Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppPolicy
-
Packages that use MicrosoftGraphManagedAppPolicy Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphManagedAppPolicy in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphManagedAppPolicy Modifier and Type Method Description MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The ManagedAppPolicy resource represents a base type for platform specific policies.MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The date and time the policy was created.MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. withDescription(String description)
Set the description property: The policy's description.MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. withDisplayName(String displayName)
Set the displayName property: Policy display name.MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. withId(String id)
Set the id property: Read-only.MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Last time the policy was modified.MicrosoftGraphManagedAppPolicy
MicrosoftGraphManagedAppPolicy. 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 MicrosoftGraphManagedAppPolicy Modifier and Type Method Description List<MicrosoftGraphManagedAppPolicy>
MicrosoftGraphManagedAppRegistration. appliedPolicies()
Get the appliedPolicies property: Zero or more policys already applied on the registered app when it last synchronized with managment service.List<MicrosoftGraphManagedAppPolicy>
MicrosoftGraphManagedAppRegistration. intendedPolicies()
Get the intendedPolicies property: Zero or more policies admin intended for the app as of now.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphManagedAppPolicy Modifier and Type Method Description MicrosoftGraphManagedAppRegistration
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
MicrosoftGraphManagedAppRegistration. withIntendedPolicies(List<MicrosoftGraphManagedAppPolicy> intendedPolicies)
Set the intendedPolicies property: Zero or more policies admin intended for the app as of now.
-