Interface CertificateCredential
-
- All Superinterfaces:
Credential
,HasId
,HasInnerModel<MicrosoftGraphKeyCredentialInner>
,HasName
,Indexable
public interface CertificateCredential extends Credential, HasInnerModel<MicrosoftGraphKeyCredentialInner>
An immutable client-side representation of an Azure AD credential.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CertificateCredential.Definition<ParentT>
The entirety of a credential definition.static interface
CertificateCredential.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
-
-