CertificateCredential.DefinitionStages.WithAttach<ParentT> |
CertificateCredential.DefinitionStages.WithDuration.withDuration(Duration duration) |
Specifies the duration for which password or key would be valid.
|
CertificateCredential.DefinitionStages.WithAttach<ParentT> |
CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword.withPrivateKeyPassword(String privateKeyPassword) |
Export the information of this service principal into an auth file.
|
CertificateCredential.DefinitionStages.WithAttach<ParentT> |
CertificateCredential.DefinitionStages.WithPublicKey.withPublicKey(byte[] certificate) |
Specifies the public key for an asymmetric X509 certificate.
|
CertificateCredential.DefinitionStages.WithAttach<ParentT> |
CertificateCredential.DefinitionStages.WithSymmetricKey.withSecretKey(byte[] secret) |
Specifies the secret key for a symmetric encryption.
|
CertificateCredential.DefinitionStages.WithAttach<ParentT> |
CertificateCredential.DefinitionStages.WithStartDate.withStartDate(OffsetDateTime startDate) |
Specifies the start date after which password or key would be valid.
|