Class MicrosoftGraphManagedAppRegistration
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppRegistration
managedAppRegistration
The ManagedAppEntity is the base entity type for all other entity types under app management workflow.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphManagedAppRegistration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: The ManagedAppEntity is the base entity type for all other entity types under app management workflow.Get the appIdentifier property: The identifier for a mobile app.Get the applicationVersion property: App version.Get the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.Get the createdDateTime property: Date and time of creation.Get the deviceName property: Host device name.Get the deviceTag property: App management SDK generated tag, which helps relate apps hosted on the same device.Get the deviceType property: Host device type.Get the flaggedReasons property: Zero or more reasons an app registration is flagged.Get the intendedPolicies property: Zero or more policies admin intended for the app as of now.Get the lastSyncDateTime property: Date and time of last the app synced with management service.Get the managementSdkVersion property: App management SDK version.Get the operations property: Zero or more long running operations triggered on the app registration.Get the platformVersion property: Operating System version.userId()Get the userId property: The user Id to who this app registration belongs.voidvalidate()Validates the instance.version()Get the version property: Version of the entity.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: The ManagedAppEntity is the base entity type for all other entity types under app management workflow.withAppIdentifier(Map<String, Object> appIdentifier) Set the appIdentifier property: The identifier for a mobile app.withApplicationVersion(String applicationVersion) Set the applicationVersion property: App version.withAppliedPolicies(List<MicrosoftGraphManagedAppPolicy> appliedPolicies) Set the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of creation.withDeviceName(String deviceName) Set the deviceName property: Host device name.withDeviceTag(String deviceTag) Set the deviceTag property: App management SDK generated tag, which helps relate apps hosted on the same device.withDeviceType(String deviceType) Set the deviceType property: Host device type.withFlaggedReasons(List<MicrosoftGraphManagedAppFlaggedReason> flaggedReasons) Set the flaggedReasons property: Zero or more reasons an app registration is flagged.Set the id property: Read-only.withIntendedPolicies(List<MicrosoftGraphManagedAppPolicy> intendedPolicies) Set the intendedPolicies property: Zero or more policies admin intended for the app as of now.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) Set the lastSyncDateTime property: Date and time of last the app synced with management service.withManagementSdkVersion(String managementSdkVersion) Set the managementSdkVersion property: App management SDK version.withOperations(List<MicrosoftGraphManagedAppOperation> operations) Set the operations property: Zero or more long running operations triggered on the app registration.withPlatformVersion(String platformVersion) Set the platformVersion property: Operating System version.withUserId(String userId) Set the userId property: The user Id to who this app registration belongs.withVersion(String version) Set the version property: Version of the entity.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphManagedAppRegistration
public MicrosoftGraphManagedAppRegistration()Creates an instance of MicrosoftGraphManagedAppRegistration class.
-
-
Method Details
-
appIdentifier
Get the appIdentifier property: The identifier for a mobile app.- Returns:
- the appIdentifier value.
-
withAppIdentifier
Set the appIdentifier property: The identifier for a mobile app.- Parameters:
appIdentifier- the appIdentifier value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
applicationVersion
Get the applicationVersion property: App version.- Returns:
- the applicationVersion value.
-
withApplicationVersion
Set the applicationVersion property: App version.- Parameters:
applicationVersion- the applicationVersion value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
createdDateTime
Get the createdDateTime property: Date and time of creation.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
Set the createdDateTime property: Date and time of creation.- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
deviceName
Get the deviceName property: Host device name.- Returns:
- the deviceName value.
-
withDeviceName
Set the deviceName property: Host device name.- Parameters:
deviceName- the deviceName value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
deviceTag
Get the deviceTag property: App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.- Returns:
- the deviceTag value.
-
withDeviceTag
Set the deviceTag property: App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.- Parameters:
deviceTag- the deviceTag value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
deviceType
Get the deviceType property: Host device type.- Returns:
- the deviceType value.
-
withDeviceType
Set the deviceType property: Host device type.- Parameters:
deviceType- the deviceType value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
flaggedReasons
Get the flaggedReasons property: Zero or more reasons an app registration is flagged. E.g. app running on rooted device.- Returns:
- the flaggedReasons value.
-
withFlaggedReasons
public MicrosoftGraphManagedAppRegistration withFlaggedReasons(List<MicrosoftGraphManagedAppFlaggedReason> flaggedReasons) Set the flaggedReasons property: Zero or more reasons an app registration is flagged. E.g. app running on rooted device.- Parameters:
flaggedReasons- the flaggedReasons value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
lastSyncDateTime
Get the lastSyncDateTime property: Date and time of last the app synced with management service.- Returns:
- the lastSyncDateTime value.
-
withLastSyncDateTime
Set the lastSyncDateTime property: Date and time of last the app synced with management service.- Parameters:
lastSyncDateTime- the lastSyncDateTime value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
managementSdkVersion
Get the managementSdkVersion property: App management SDK version.- Returns:
- the managementSdkVersion value.
-
withManagementSdkVersion
Set the managementSdkVersion property: App management SDK version.- Parameters:
managementSdkVersion- the managementSdkVersion value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
platformVersion
Get the platformVersion property: Operating System version.- Returns:
- the platformVersion value.
-
withPlatformVersion
Set the platformVersion property: Operating System version.- Parameters:
platformVersion- the platformVersion value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
userId
Get the userId property: The user Id to who this app registration belongs.- Returns:
- the userId value.
-
withUserId
Set the userId property: The user Id to who this app registration belongs.- Parameters:
userId- the userId value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
version
Get the version property: Version of the entity.- Returns:
- the version value.
-
withVersion
Set the version property: Version of the entity.- Parameters:
version- the version value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
appliedPolicies
Get the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.- Returns:
- the appliedPolicies value.
-
withAppliedPolicies
public MicrosoftGraphManagedAppRegistration withAppliedPolicies(List<MicrosoftGraphManagedAppPolicy> appliedPolicies) Set the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.- Parameters:
appliedPolicies- the appliedPolicies value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
intendedPolicies
Get the intendedPolicies property: Zero or more policies admin intended for the app as of now.- Returns:
- the intendedPolicies value.
-
withIntendedPolicies
public MicrosoftGraphManagedAppRegistration withIntendedPolicies(List<MicrosoftGraphManagedAppPolicy> intendedPolicies) Set the intendedPolicies property: Zero or more policies admin intended for the app as of now.- Parameters:
intendedPolicies- the intendedPolicies value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
operations
Get the operations property: Zero or more long running operations triggered on the app registration.- Returns:
- the operations value.
-
withOperations
public MicrosoftGraphManagedAppRegistration withOperations(List<MicrosoftGraphManagedAppOperation> operations) Set the operations property: Zero or more long running operations triggered on the app registration.- Parameters:
operations- the operations value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
additionalProperties
Get the additionalProperties property: The ManagedAppEntity is the base entity type for all other entity types under app management workflow.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphManagedAppRegistration withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: The ManagedAppEntity is the base entity type for all other entity types under app management workflow.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphManagedAppRegistration object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-