ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface AccessPolicy.UpdateDefinitionStages.WithIdentity<ParentT>
Modifier and Type | Method and Description |
---|---|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forApplicationId(String applicationId)
Application ID of the client making request on behalf of a principal.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forGroup(ActiveDirectoryGroup activeDirectoryGroup)
Specifies the Active Directory group this access policy is for.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forObjectId(String objectId)
Specifies the object ID of the Active Directory identity this access policy is for.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forServicePrincipal(ServicePrincipal servicePrincipal)
Specifies the Active Directory service principal this access policy is for.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forServicePrincipal(String servicePrincipalName)
Specifies the Active Directory service principal this access policy is for.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forTenantId(String tenantId)
Specifies the Azure Active Directory tenant ID that should be used for
authenticating requests to the key vault.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forUser(ActiveDirectoryUser user)
Specifies the Active Directory user this access policy is for.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> |
forUser(String userPrincipalName)
Specifies the Active Directory user this access policy is for.
|
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forObjectId(String objectId)
objectId
- the object ID of the AD identityAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forUser(ActiveDirectoryUser user)
user
- the AD user objectAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forUser(String userPrincipalName)
userPrincipalName
- the user principal name of the AD userAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forApplicationId(String applicationId)
applicationId
- the application IDAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forTenantId(String tenantId)
tenantId
- the tenant ID for the key vault.AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forGroup(ActiveDirectoryGroup activeDirectoryGroup)
activeDirectoryGroup
- the AD group objectAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forServicePrincipal(ServicePrincipal servicePrincipal)
servicePrincipal
- the AD service principal objectAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forServicePrincipal(String servicePrincipalName)
servicePrincipalName
- the service principal name of the AD userCopyright © 2019. All rights reserved.