AccessPolicy.UpdateDefinitionStages.WithIdentity<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface AccessPolicy.UpdateDefinitionStages.WithIdentity
The access policy definition stage allowing the Active Directory identity to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
forApplicationId(String applicationId)
Application ID of the client making request on behalf of a principal. |
abstract
With |
forGroup(ActiveDirectoryGroup activeDirectoryGroup)
Specifies the Active Directory group this access policy is for. |
abstract
With |
forObjectId(String objectId)
Specifies the object ID of the Active Directory identity this access policy is for. |
abstract
With |
forServicePrincipal(ServicePrincipal servicePrincipal)
Specifies the Active Directory service principal this access policy is for. |
abstract
With |
forServicePrincipal(String servicePrincipalName)
Specifies the Active Directory service principal this access policy is for. |
abstract
With |
forTenantId(String tenantId)
Specifies the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. |
abstract
With |
forUser(ActiveDirectoryUser user)
Specifies the Active Directory user this access policy is for. |
abstract
With |
forUser(String userPrincipalName)
Specifies the Active Directory user this access policy is for. |
Method Details
forApplicationId
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Application ID of the client making request on behalf of a principal.
Parameters:
Returns:
forGroup
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the Active Directory group this access policy is for.
Parameters:
Returns:
forObjectId
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the object ID of the Active Directory identity this access policy is for.
Parameters:
Returns:
forServicePrincipal
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the Active Directory service principal this access policy is for.
Parameters:
Returns:
forServicePrincipal
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the Active Directory service principal this access policy is for.
Parameters:
Returns:
forTenantId
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
Parameters:
Returns:
forUser
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the Active Directory user this access policy is for.
Parameters:
Returns:
forUser
public abstract AccessPolicy.UpdateDefinitionStages.WithAttach
Specifies the Active Directory user this access policy is for.
Parameters:
Returns:
Applies to
Azure SDK for Java