Interface PasswordCredential.DefinitionStages
-
- Enclosing interface:
- PasswordCredential
public static interface PasswordCredential.DefinitionStagesGrouping of credential definition stages applicable as part of a application or service principal creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePasswordCredential.DefinitionStages.Blank<ParentT>The first stage of a credential definition.static interfacePasswordCredential.DefinitionStages.WithAttach<ParentT>The final stage of the credential definition.static interfacePasswordCredential.DefinitionStages.WithAuthFile<ParentT>A credential definition stage allowing exporting the auth file for the service principal.static interfacePasswordCredential.DefinitionStages.WithConsumer<ParentT>A credential definition stage allowing consuming the credential after creation.static interfacePasswordCredential.DefinitionStages.WithDuration<ParentT>The credential definition stage allowing the duration of key validity to be set.static interfacePasswordCredential.DefinitionStages.WithStartDate<ParentT>The credential definition stage allowing start date to be set.static interfacePasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>A credential definition stage allowing the subscription in the auth file to be set.
-