public static interface Identity.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Identity.DefinitionStages.Blank
The first stage of an identity definition.
|
static interface |
Identity.DefinitionStages.WithAccess
The stage of the identity definition allowing to set access role (permission) for it
to access a resource.
|
static interface |
Identity.DefinitionStages.WithCreate
The stage of the identity definition which contains all the minimum required inputs for
the resource to be created but also allows for any other optional settings to be specified.
|
static interface |
Identity.DefinitionStages.WithGroup
The stage of the identity definition allowing to specify the resource group.
|
Copyright © 2019. All rights reserved.