CertificatePolicy クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. CertificatePolicy
- com.
public class CertificatePolicy
証明書の管理ポリシー。
メソッドの概要
メソッドの詳細
attributes
public CertificateAttributes attributes()
属性の値を取得します。
戻り値:
id
public String id()
id 値を取得します。
戻り値:
issuerParameters
public IssuerParameters issuerParameters()
issuerParameters 値を取得します。
戻り値:
keyProperties
public KeyProperties keyProperties()
keyProperties 値を取得します。
戻り値:
lifetimeActions
public List
lifetimeActions 値を取得します。
戻り値:
secretProperties
public SecretProperties secretProperties()
secretProperties 値を取得します。
戻り値:
withAttributes
public CertificatePolicy withAttributes(CertificateAttributes attributes)
属性の値を設定します。
パラメーター:
戻り値:
withIssuerParameters
public CertificatePolicy withIssuerParameters(IssuerParameters issuerParameters)
issuerParameters 値を設定します。
パラメーター:
戻り値:
withKeyProperties
public CertificatePolicy withKeyProperties(KeyProperties keyProperties)
keyProperties 値を設定します。
パラメーター:
戻り値:
withLifetimeActions
public CertificatePolicy withLifetimeActions(List
lifetimeActions 値を設定します。
パラメーター:
戻り値:
withSecretProperties
public CertificatePolicy withSecretProperties(SecretProperties secretProperties)
secretProperties 値を設定します。
パラメーター:
戻り値:
withX509CertificateProperties
public CertificatePolicy withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)
x509CertificateProperties 値を設定します。
パラメーター:
戻り値:
x509CertificateProperties
public X509CertificateProperties x509CertificateProperties()
x509CertificateProperties 値を取得します。
戻り値:
適用対象
Azure SDK for Java