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 MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: The ManagedAppPolicy resource represents a base type for platform specific policies.MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. withCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: The date and time the policy was created.MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. withDescription(String description)Set the description property: The policy's description.MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. withDisplayName(String displayName)Set the displayName property: Policy display name.MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. withId(String id)Set the id property: Read-only.MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: Last time the policy was modified.MicrosoftGraphManagedAppPolicyMicrosoftGraphManagedAppPolicy. 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 MicrosoftGraphManagedAppRegistrationMicrosoftGraphManagedAppRegistration. 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.MicrosoftGraphManagedAppRegistrationMicrosoftGraphManagedAppRegistration. withIntendedPolicies(List<MicrosoftGraphManagedAppPolicy> intendedPolicies)Set the intendedPolicies property: Zero or more policies admin intended for the app as of now.
-