public class CertificatePolicy extends Object
| Constructor and Description |
|---|
CertificatePolicy() |
| Modifier and Type | Method and Description |
|---|---|
CertificateAttributes |
attributes()
Get the attributes value.
|
String |
id()
Get the id value.
|
IssuerParameters |
issuerParameters()
Get the issuerParameters value.
|
KeyProperties |
keyProperties()
Get the keyProperties value.
|
List<LifetimeAction> |
lifetimeActions()
Get the lifetimeActions value.
|
SecretProperties |
secretProperties()
Get the secretProperties value.
|
CertificatePolicy |
withAttributes(CertificateAttributes attributes)
Set the attributes value.
|
CertificatePolicy |
withIssuerParameters(IssuerParameters issuerParameters)
Set the issuerParameters value.
|
CertificatePolicy |
withKeyProperties(KeyProperties keyProperties)
Set the keyProperties value.
|
CertificatePolicy |
withLifetimeActions(List<LifetimeAction> lifetimeActions)
Set the lifetimeActions value.
|
CertificatePolicy |
withSecretProperties(SecretProperties secretProperties)
Set the secretProperties value.
|
CertificatePolicy |
withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)
Set the x509CertificateProperties value.
|
X509CertificateProperties |
x509CertificateProperties()
Get the x509CertificateProperties value.
|
public String id()
public KeyProperties keyProperties()
public CertificatePolicy withKeyProperties(KeyProperties keyProperties)
keyProperties - the keyProperties value to setpublic SecretProperties secretProperties()
public CertificatePolicy withSecretProperties(SecretProperties secretProperties)
secretProperties - the secretProperties value to setpublic X509CertificateProperties x509CertificateProperties()
public CertificatePolicy withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)
x509CertificateProperties - the x509CertificateProperties value to setpublic List<LifetimeAction> lifetimeActions()
public CertificatePolicy withLifetimeActions(List<LifetimeAction> lifetimeActions)
lifetimeActions - the lifetimeActions value to setpublic IssuerParameters issuerParameters()
public CertificatePolicy withIssuerParameters(IssuerParameters issuerParameters)
issuerParameters - the issuerParameters value to setpublic CertificateAttributes attributes()
public CertificatePolicy withAttributes(CertificateAttributes attributes)
attributes - the attributes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/