Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupLifecyclePolicy
Packages that use MicrosoftGraphGroupLifecyclePolicy
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphGroupLifecyclePolicy in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphGroupLifecyclePolicyModifier and TypeMethodDescriptionMicrosoftGraphGroupLifecyclePolicy.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: groupLifecyclePolicy.MicrosoftGraphGroupLifecyclePolicy.withAlternateNotificationEmails(String alternateNotificationEmails) Set the alternateNotificationEmails property: List of email address to send notifications for groups without owners.MicrosoftGraphGroupLifecyclePolicy.withGroupLifetimeInDays(Integer groupLifetimeInDays) Set the groupLifetimeInDays property: Number of days before a group expires and needs to be renewed.Set the id property: Read-only.MicrosoftGraphGroupLifecyclePolicy.withManagedGroupTypes(String managedGroupTypes) Set the managedGroupTypes property: The group type for which the expiration policy applies.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphGroupLifecyclePolicyModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.groupLifecyclePolicies()Get the groupLifecyclePolicies property: The collection of lifecycle policies for this group.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphGroupLifecyclePolicyModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withGroupLifecyclePolicies(List<MicrosoftGraphGroupLifecyclePolicy> groupLifecyclePolicies) Set the groupLifecyclePolicies property: The collection of lifecycle policies for this group.