MicrosoftGraphManagedAppRegistration Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphManagedAppRegistration
- com.
- com.
public final class MicrosoftGraphManagedAppRegistration
extends MicrosoftGraphEntity
managedAppRegistration The ManagedAppEntity is the base entity type for all other entity types under app management workflow.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphManagedAppRegistration() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Map<String,Object> |
appIdentifier()
Get the app |
String |
applicationVersion()
Get the application |
List<Microsoft |
appliedPolicies()
Get the applied |
Offset |
createdDateTime()
Get the created |
String |
deviceName()
Get the device |
String |
deviceTag()
Get the device |
String |
deviceType()
Get the device |
List<Microsoft |
flaggedReasons()
Get the flagged |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
List<Microsoft |
intendedPolicies()
Get the intended |
Offset |
lastSyncDateTime()
Get the last |
String |
managementSdkVersion()
Get the management |
List<Microsoft |
operations()
Get the operations property: Zero or more long running operations triggered on the app registration. |
String |
platformVersion()
Get the platform |
Json |
toJson(JsonWriter jsonWriter) |
String |
userId()
Get the user |
void |
validate()
Validates the instance. |
String |
version()
Get the version property: Version of the entity. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAppIdentifier(Map<String,Object> appIdentifier)
Set the app |
Microsoft |
withApplicationVersion(String applicationVersion)
Set the application |
Microsoft |
withAppliedPolicies(List<MicrosoftGraphManagedAppPolicy> appliedPolicies)
Set the applied |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withDeviceName(String deviceName)
Set the device |
Microsoft |
withDeviceTag(String deviceTag)
Set the device |
Microsoft |
withDeviceType(String deviceType)
Set the device |
Microsoft |
withFlaggedReasons(List<MicrosoftGraphManagedAppFlaggedReason> flaggedReasons)
Set the flagged |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withIntendedPolicies(List<MicrosoftGraphManagedAppPolicy> intendedPolicies)
Set the intended |
Microsoft |
withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Set the last |
Microsoft |
withManagementSdkVersion(String managementSdkVersion)
Set the management |
Microsoft |
withOperations(List<MicrosoftGraphManagedAppOperation> operations)
Set the operations property: Zero or more long running operations triggered on the app registration. |
Microsoft |
withPlatformVersion(String platformVersion)
Set the platform |
Microsoft |
withUserId(String userId)
Set the user |
Microsoft |
withVersion(String version)
Set the version property: Version of the entity. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphManagedAppRegistration
public MicrosoftGraphManagedAppRegistration()
Creates an instance of MicrosoftGraphManagedAppRegistration class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: The ManagedAppEntity is the base entity type for all other entity types under app management workflow.
Overrides:
MicrosoftGraphManagedAppRegistration.additionalProperties()Returns:
appIdentifier
public Map
Get the appIdentifier property: The identifier for a mobile app.
Returns:
applicationVersion
public String applicationVersion()
Get the applicationVersion property: App version.
Returns:
appliedPolicies
public List
Get the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.
Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: Date and time of creation.
Returns:
deviceName
public String deviceName()
Get the deviceName property: Host device name.
Returns:
deviceTag
public String 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:
deviceType
public String deviceType()
Get the deviceType property: Host device type.
Returns:
flaggedReasons
public List
Get the flaggedReasons property: Zero or more reasons an app registration is flagged. E.g. app running on rooted device.
Returns:
fromJson
public static MicrosoftGraphManagedAppRegistration fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphManagedAppRegistration from the JsonReader.
Parameters:
Returns:
Throws:
intendedPolicies
public List
Get the intendedPolicies property: Zero or more policies admin intended for the app as of now.
Returns:
lastSyncDateTime
public OffsetDateTime lastSyncDateTime()
Get the lastSyncDateTime property: Date and time of last the app synced with management service.
Returns:
managementSdkVersion
public String managementSdkVersion()
Get the managementSdkVersion property: App management SDK version.
Returns:
operations
public List
Get the operations property: Zero or more long running operations triggered on the app registration.
Returns:
platformVersion
public String platformVersion()
Get the platformVersion property: Operating System version.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphManagedAppRegistration.toJson(JsonWriter jsonWriter)Parameters:
Throws:
userId
public String userId()
Get the userId property: The user Id to who this app registration belongs.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphManagedAppRegistration.validate()version
public String version()
Get the version property: Version of the entity.
Returns:
withAdditionalProperties
public MicrosoftGraphManagedAppRegistration withAdditionalProperties(Map
Set the additionalProperties property: The ManagedAppEntity is the base entity type for all other entity types under app management workflow.
Overrides:
MicrosoftGraphManagedAppRegistration.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withAppIdentifier
public MicrosoftGraphManagedAppRegistration withAppIdentifier(Map
Set the appIdentifier property: The identifier for a mobile app.
Parameters:
Returns:
withApplicationVersion
public MicrosoftGraphManagedAppRegistration withApplicationVersion(String applicationVersion)
Set the applicationVersion property: App version.
Parameters:
Returns:
withAppliedPolicies
public MicrosoftGraphManagedAppRegistration withAppliedPolicies(List
Set the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.
Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphManagedAppRegistration withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: Date and time of creation.
Parameters:
Returns:
withDeviceName
public MicrosoftGraphManagedAppRegistration withDeviceName(String deviceName)
Set the deviceName property: Host device name.
Parameters:
Returns:
withDeviceTag
public MicrosoftGraphManagedAppRegistration withDeviceTag(String deviceTag)
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:
Returns:
withDeviceType
public MicrosoftGraphManagedAppRegistration withDeviceType(String deviceType)
Set the deviceType property: Host device type.
Parameters:
Returns:
withFlaggedReasons
public MicrosoftGraphManagedAppRegistration withFlaggedReasons(List
Set the flaggedReasons property: Zero or more reasons an app registration is flagged. E.g. app running on rooted device.
Parameters:
Returns:
withId
public MicrosoftGraphManagedAppRegistration withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphManagedAppRegistration.withId(String id)Parameters:
withIntendedPolicies
public MicrosoftGraphManagedAppRegistration withIntendedPolicies(List
Set the intendedPolicies property: Zero or more policies admin intended for the app as of now.
Parameters:
Returns:
withLastSyncDateTime
public MicrosoftGraphManagedAppRegistration withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Set the lastSyncDateTime property: Date and time of last the app synced with management service.
Parameters:
Returns:
withManagementSdkVersion
public MicrosoftGraphManagedAppRegistration withManagementSdkVersion(String managementSdkVersion)
Set the managementSdkVersion property: App management SDK version.
Parameters:
Returns:
withOperations
public MicrosoftGraphManagedAppRegistration withOperations(List
Set the operations property: Zero or more long running operations triggered on the app registration.
Parameters:
Returns:
withPlatformVersion
public MicrosoftGraphManagedAppRegistration withPlatformVersion(String platformVersion)
Set the platformVersion property: Operating System version.
Parameters:
Returns:
withUserId
public MicrosoftGraphManagedAppRegistration withUserId(String userId)
Set the userId property: The user Id to who this app registration belongs.
Parameters:
Returns:
withVersion
public MicrosoftGraphManagedAppRegistration withVersion(String version)
Set the version property: Version of the entity.
Parameters:
Returns:
Applies to
Azure SDK for Java