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