Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTokenIssuancePolicy
Packages that use MicrosoftGraphTokenIssuancePolicy
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTokenIssuancePolicy in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTokenIssuancePolicyModifier and TypeMethodDescriptionMicrosoftGraphTokenIssuancePolicy.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphTokenIssuancePolicy.withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo) Set the appliesTo property: The appliesTo property.MicrosoftGraphTokenIssuancePolicy.withDefinition(List<String> definition) Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphTokenIssuancePolicy.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphTokenIssuancePolicy.withDescription(String description) Set the description property: Description for this policy.MicrosoftGraphTokenIssuancePolicy.withDisplayName(String displayName) Set the displayName property: Display name for this policy.Set the id property: Read-only.MicrosoftGraphTokenIssuancePolicy.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 MicrosoftGraphTokenIssuancePolicyModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.tokenIssuancePolicies()Get the tokenIssuancePolicies property: The tokenIssuancePolicies property.MicrosoftGraphServicePrincipalInner.tokenIssuancePolicies()Get the tokenIssuancePolicies property: The tokenIssuancePolicies assigned to this service principal.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTokenIssuancePolicyModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withTokenIssuancePolicies(List<MicrosoftGraphTokenIssuancePolicy> tokenIssuancePolicies) Set the tokenIssuancePolicies property: The tokenIssuancePolicies property.MicrosoftGraphServicePrincipalInner.withTokenIssuancePolicies(List<MicrosoftGraphTokenIssuancePolicy> tokenIssuancePolicies) Set the tokenIssuancePolicies property: The tokenIssuancePolicies assigned to this service principal.