public static interface AccessPolicy.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
AccessPolicy.DefinitionStages.Blank<ParentT>
The first stage of an access policy definition.
|
static interface |
AccessPolicy.DefinitionStages.WithAttach<ParentT>
The final stage of the access policy definition.
|
static interface |
AccessPolicy.DefinitionStages.WithIdentity<ParentT>
The access policy definition stage allowing the Active Directory identity to be specified.
|
static interface |
AccessPolicy.DefinitionStages.WithPermissions<ParentT>
The access policy definition stage allowing permissions to be added.
|
Copyright © 2019. All rights reserved.