Interface PasswordCredential
-
- All Superinterfaces:
Credential
,HasId
,HasInnerModel<MicrosoftGraphPasswordCredentialInner>
,HasName
,Indexable
public interface PasswordCredential extends Credential, HasInnerModel<MicrosoftGraphPasswordCredentialInner>
An immutable client-side representation of an Azure AD credential.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PasswordCredential.Definition<ParentT>
The entirety of a credential definition.static interface
PasswordCredential.DefinitionStages
Grouping of credential definition stages applicable as part of a application or service principal creation.
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.Credential
endDate, startDate, value
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-