Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTokenIssuancePolicyInner
-
Packages that use MicrosoftGraphTokenIssuancePolicyInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTokenIssuancePolicyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphTokenIssuancePolicyInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenIssuancePolicyInner>
ApplicationsClient. listTokenIssuancePolicies(String applicationId)
Get tokenIssuancePolicies from applications.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenIssuancePolicyInner>
ApplicationsClient. listTokenIssuancePolicies(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<ApplicationsExpand> expand, com.azure.core.util.Context context)
Get tokenIssuancePolicies from applications.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenIssuancePolicyInner>
ServicePrincipalsClient. listTokenIssuancePolicies(String servicePrincipalId)
Get tokenIssuancePolicies from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenIssuancePolicyInner>
ServicePrincipalsClient. listTokenIssuancePolicies(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<ServicePrincipalsExpand> expand, com.azure.core.util.Context context)
Get tokenIssuancePolicies from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTokenIssuancePolicyInner>
ApplicationsClient. listTokenIssuancePoliciesAsync(String applicationId)
Get tokenIssuancePolicies from applications.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTokenIssuancePolicyInner>
ApplicationsClient. listTokenIssuancePoliciesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<ApplicationsExpand> expand)
Get tokenIssuancePolicies from applications.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTokenIssuancePolicyInner>
ServicePrincipalsClient. listTokenIssuancePoliciesAsync(String servicePrincipalId)
Get tokenIssuancePolicies from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTokenIssuancePolicyInner>
ServicePrincipalsClient. listTokenIssuancePoliciesAsync(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<ServicePrincipalsExpand> expand)
Get tokenIssuancePolicies from servicePrincipals. -
Uses of MicrosoftGraphTokenIssuancePolicyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTokenIssuancePolicyInner Modifier and Type Method Description MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo)
Set the appliesTo property: The appliesTo property.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withDefinition(List<String> definition)
Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withDescription(String description)
Set the description property: Description for this policy.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withDisplayName(String displayName)
Set the displayName property: Display name for this policy.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphTokenIssuancePolicyInner
MicrosoftGraphTokenIssuancePolicyInner. 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 MicrosoftGraphTokenIssuancePolicyInner Modifier and Type Method Description List<MicrosoftGraphTokenIssuancePolicyInner>
MicrosoftGraphApplicationInner. tokenIssuancePolicies()
Get the tokenIssuancePolicies property: The tokenIssuancePolicies property.List<MicrosoftGraphTokenIssuancePolicyInner>
MicrosoftGraphServicePrincipalInner. tokenIssuancePolicies()
Get the tokenIssuancePolicies property: The tokenIssuancePolicies assigned to this service principal.List<MicrosoftGraphTokenIssuancePolicyInner>
CollectionOfTokenIssuancePolicy. value()
Get the value property: The value property.List<MicrosoftGraphTokenIssuancePolicyInner>
CollectionOfTokenIssuancePolicy0. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTokenIssuancePolicyInner Modifier and Type Method Description MicrosoftGraphApplicationInner
MicrosoftGraphApplicationInner. withTokenIssuancePolicies(List<MicrosoftGraphTokenIssuancePolicyInner> tokenIssuancePolicies)
Set the tokenIssuancePolicies property: The tokenIssuancePolicies property.MicrosoftGraphServicePrincipalInner
MicrosoftGraphServicePrincipalInner. withTokenIssuancePolicies(List<MicrosoftGraphTokenIssuancePolicyInner> tokenIssuancePolicies)
Set the tokenIssuancePolicies property: The tokenIssuancePolicies assigned to this service principal.CollectionOfTokenIssuancePolicy
CollectionOfTokenIssuancePolicy. withValue(List<MicrosoftGraphTokenIssuancePolicyInner> value)
Set the value property: The value property.CollectionOfTokenIssuancePolicy0
CollectionOfTokenIssuancePolicy0. withValue(List<MicrosoftGraphTokenIssuancePolicyInner> value)
Set the value property: The value property.
-