CertificatePolicy クラス

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.CertificatePolicy

public class CertificatePolicy

証明書の管理ポリシー。

メソッドの概要

修飾子と型 メソッドと説明
CertificateAttributes attributes()

属性の値を取得します。

String id()

id 値を取得します。

IssuerParameters issuerParameters()

issuerParameters 値を取得します。

KeyProperties keyProperties()

keyProperties 値を取得します。

List<LifetimeAction> lifetimeActions()

lifetimeActions 値を取得します。

SecretProperties secretProperties()

secretProperties 値を取得します。

CertificatePolicy withAttributes(CertificateAttributes attributes)

属性の値を設定します。

CertificatePolicy withIssuerParameters(IssuerParameters issuerParameters)

issuerParameters 値を設定します。

CertificatePolicy withKeyProperties(KeyProperties keyProperties)

keyProperties 値を設定します。

CertificatePolicy withLifetimeActions(List<LifetimeAction> lifetimeActions)

lifetimeActions 値を設定します。

CertificatePolicy withSecretProperties(SecretProperties secretProperties)

secretProperties 値を設定します。

CertificatePolicy withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)

x509CertificateProperties 値を設定します。

X509CertificateProperties x509CertificateProperties()

x509CertificateProperties 値を取得します。

メソッドの詳細

attributes

public CertificateAttributes attributes()

属性の値を取得します。

戻り値:

属性値

id

public String id()

id 値を取得します。

戻り値:

id 値

issuerParameters

public IssuerParameters issuerParameters()

issuerParameters 値を取得します。

戻り値:

issuerParameters 値

keyProperties

public KeyProperties keyProperties()

keyProperties 値を取得します。

戻り値:

keyProperties 値

lifetimeActions

public List lifetimeActions()

lifetimeActions 値を取得します。

戻り値:

lifetimeActions 値

secretProperties

public SecretProperties secretProperties()

secretProperties 値を取得します。

戻り値:

secretProperties 値

withAttributes

public CertificatePolicy withAttributes(CertificateAttributes attributes)

属性の値を設定します。

パラメーター:

attributes - 設定する属性値

戻り値:

CertificatePolicy オブジェクト自体。

withIssuerParameters

public CertificatePolicy withIssuerParameters(IssuerParameters issuerParameters)

issuerParameters 値を設定します。

パラメーター:

issuerParameters - 設定する issuerParameters 値

戻り値:

CertificatePolicy オブジェクト自体。

withKeyProperties

public CertificatePolicy withKeyProperties(KeyProperties keyProperties)

keyProperties 値を設定します。

パラメーター:

keyProperties - 設定する keyProperties 値

戻り値:

CertificatePolicy オブジェクト自体。

withLifetimeActions

public CertificatePolicy withLifetimeActions(List lifetimeActions)

lifetimeActions 値を設定します。

パラメーター:

lifetimeActions - 設定する lifetimeActions 値

戻り値:

CertificatePolicy オブジェクト自体。

withSecretProperties

public CertificatePolicy withSecretProperties(SecretProperties secretProperties)

secretProperties 値を設定します。

パラメーター:

secretProperties - 設定する secretProperties 値

戻り値:

CertificatePolicy オブジェクト自体。

withX509CertificateProperties

public CertificatePolicy withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)

x509CertificateProperties 値を設定します。

パラメーター:

x509CertificateProperties - 設定する x509CertificateProperties 値

戻り値:

CertificatePolicy オブジェクト自体。

x509CertificateProperties

public X509CertificateProperties x509CertificateProperties()

x509CertificateProperties 値を取得します。

戻り値:

x509CertificateProperties 値

適用対象