IWithIdentity<ParentT>.ForGroup(IActiveDirectoryGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Active Directory group this access policy is for.
public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition.IWithAttach<ParentT> ForGroup (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup activeDirectoryGroup);
abstract member ForGroup : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup -> Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition.IWithAttach<'ParentT>
Public Function ForGroup (activeDirectoryGroup As IActiveDirectoryGroup) As IWithAttach(Of ParentT)
Parameters
- activeDirectoryGroup
- IActiveDirectoryGroup
The AD group object.