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