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> |
forGroup(com.microsoft.azure.management.graphrbac.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(com.microsoft.azure.management.graphrbac.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> |
forUser(com.microsoft.azure.management.graphrbac.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(com.microsoft.azure.management.graphrbac.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> forGroup(com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup activeDirectoryGroup)
activeDirectoryGroup - the AD group objectAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forServicePrincipal(com.microsoft.azure.management.graphrbac.ServicePrincipal servicePrincipal)
servicePrincipal - the AD service principal objectAccessPolicy.UpdateDefinitionStages.WithAttach<ParentT> forServicePrincipal(String servicePrincipalName)
servicePrincipalName - the service principal name of the AD user/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/