Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppRegistration
Packages that use MicrosoftGraphManagedAppRegistration
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphManagedAppRegistration in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphManagedAppRegistrationModifier and TypeMethodDescriptionMicrosoftGraphManagedAppRegistration.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.MicrosoftGraphManagedAppRegistration.withAppIdentifier(Map<String, Object> appIdentifier) Set the appIdentifier property: The identifier for a mobile app.MicrosoftGraphManagedAppRegistration.withApplicationVersion(String applicationVersion) Set the applicationVersion property: App version.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.MicrosoftGraphManagedAppRegistration.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of creation.MicrosoftGraphManagedAppRegistration.withDeviceName(String deviceName) Set the deviceName property: Host device name.MicrosoftGraphManagedAppRegistration.withDeviceTag(String deviceTag) Set the deviceTag property: App management SDK generated tag, which helps relate apps hosted on the same device.MicrosoftGraphManagedAppRegistration.withDeviceType(String deviceType) Set the deviceType property: Host device type.MicrosoftGraphManagedAppRegistration.withFlaggedReasons(List<MicrosoftGraphManagedAppFlaggedReason> flaggedReasons) Set the flaggedReasons property: Zero or more reasons an app registration is flagged.Set the id property: Read-only.MicrosoftGraphManagedAppRegistration.withIntendedPolicies(List<MicrosoftGraphManagedAppPolicy> intendedPolicies) Set the intendedPolicies property: Zero or more policies admin intended for the app as of now.MicrosoftGraphManagedAppRegistration.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) Set the lastSyncDateTime property: Date and time of last the app synced with management service.MicrosoftGraphManagedAppRegistration.withManagementSdkVersion(String managementSdkVersion) Set the managementSdkVersion property: App management SDK version.MicrosoftGraphManagedAppRegistration.withOperations(List<MicrosoftGraphManagedAppOperation> operations) Set the operations property: Zero or more long running operations triggered on the app registration.MicrosoftGraphManagedAppRegistration.withPlatformVersion(String platformVersion) Set the platformVersion property: Operating System version.MicrosoftGraphManagedAppRegistration.withUserId(String userId) Set the userId property: The user Id to who this app registration belongs.MicrosoftGraphManagedAppRegistration.withVersion(String version) Set the version property: Version of the entity.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphManagedAppRegistrationModifier and TypeMethodDescriptionMicrosoftGraphUserInner.managedAppRegistrations()Get the managedAppRegistrations property: Zero or more managed app registrations that belong to the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphManagedAppRegistrationModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withManagedAppRegistrations(List<MicrosoftGraphManagedAppRegistration> managedAppRegistrations) Set the managedAppRegistrations property: Zero or more managed app registrations that belong to the user.