Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTokenLifetimePolicy
Packages that use MicrosoftGraphTokenLifetimePolicy
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTokenLifetimePolicy in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTokenLifetimePolicyModifier and TypeMethodDescriptionMicrosoftGraphTokenLifetimePolicy.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphTokenLifetimePolicy.withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo) Set the appliesTo property: The appliesTo property.MicrosoftGraphTokenLifetimePolicy.withDefinition(List<String> definition) Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphTokenLifetimePolicy.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphTokenLifetimePolicy.withDescription(String description) Set the description property: Description for this policy.MicrosoftGraphTokenLifetimePolicy.withDisplayName(String displayName) Set the displayName property: Display name for this policy.Set the id property: Read-only.MicrosoftGraphTokenLifetimePolicy.withIsOrganizationDefault(Boolean isOrganizationDefault) Set the isOrganizationDefault property: If set to true, activates this policy.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTokenLifetimePolicyModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.tokenLifetimePolicies()Get the tokenLifetimePolicies property: The tokenLifetimePolicies property.MicrosoftGraphServicePrincipalInner.tokenLifetimePolicies()Get the tokenLifetimePolicies property: The tokenLifetimePolicies assigned to this service principal.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTokenLifetimePolicyModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withTokenLifetimePolicies(List<MicrosoftGraphTokenLifetimePolicy> tokenLifetimePolicies) Set the tokenLifetimePolicies property: The tokenLifetimePolicies property.MicrosoftGraphServicePrincipalInner.withTokenLifetimePolicies(List<MicrosoftGraphTokenLifetimePolicy> tokenLifetimePolicies) Set the tokenLifetimePolicies property: The tokenLifetimePolicies assigned to this service principal.