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 MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo)Set the appliesTo property: The appliesTo property.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withDefinition(List<String> definition)Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withDeletedDateTime(OffsetDateTime deletedDateTime)Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withDescription(String description)Set the description property: Description for this policy.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withDisplayName(String displayName)Set the displayName property: Display name for this policy.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. withId(String id)Set the id property: Read-only.MicrosoftGraphTokenLifetimePolicyInnerMicrosoftGraphTokenLifetimePolicyInner. 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 MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withTokenLifetimePolicies(List<MicrosoftGraphTokenLifetimePolicyInner> tokenLifetimePolicies)Set the tokenLifetimePolicies property: The tokenLifetimePolicies property.MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withTokenLifetimePolicies(List<MicrosoftGraphTokenLifetimePolicyInner> tokenLifetimePolicies)Set the tokenLifetimePolicies property: The tokenLifetimePolicies assigned to this service principal.CollectionOfTokenLifetimePolicyCollectionOfTokenLifetimePolicy. withValue(List<MicrosoftGraphTokenLifetimePolicyInner> value)Set the value property: The value property.CollectionOfTokenLifetimePolicy0CollectionOfTokenLifetimePolicy0. withValue(List<MicrosoftGraphTokenLifetimePolicyInner> value)Set the value property: The value property.
-