Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.Definition Namespace
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.
Interfaces
IBlank<ParentT> |
The first stage of a credential definition. |
IDefinition<ParentT> |
The entirety of a credential definition. |
IWithAttach<ParentT> |
The final stage of the credential definition. At this stage, more settings can be specified, or the credential definition can be attached to the parent application / service principal definition using WithAttach.attach(). |
IWithAuthFile<ParentT> |
A credential definition stage allowing exporting the auth file for the service principal. |
IWithDuration<ParentT> |
The credential definition stage allowing the duration of key validity to be set. |
IWithKey<ParentT> |
The credential definition stage allowing the the password or certificate to be set. |
IWithStartDate<ParentT> |
The credential definition stage allowing start date to be set. |
Azure SDK for .NET