public static interface ServicePrincipal.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ServicePrincipal.DefinitionStages.Blank
The first stage of the service principal definition.
|
static interface |
ServicePrincipal.DefinitionStages.WithApplication
A service principal definition allowing application to be specified.
|
static interface |
ServicePrincipal.DefinitionStages.WithCreate
A service principal definition with sufficient inputs to create a new
service principal in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
ServicePrincipal.DefinitionStages.WithCredential
A service principal definition allowing credentials to be specified.
|
static interface |
ServicePrincipal.DefinitionStages.WithRoleAssignment
A service principal definition allowing role assignments to be added.
|
Copyright © 2019. All rights reserved.