SecretItem クラス

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

public class SecretItem

シークレット メタデータを含むシークレットアイテム。

メソッドの概要

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

属性値を取得します。

String contentType()

contentType 値を取得します。

String id()

id 値を取得します。

SecretIdentifier identifier()

シークレット識別子。

Boolean managed()

マネージド値を取得します。

Map<String, String> tags()

タグの値を取得します。

SecretItem withAttributes(SecretAttributes attributes)

属性値を設定します。

SecretItem withContentType(String contentType)

contentType 値を設定します。

SecretItem withId(String id)

id 値を設定します。

SecretItem withTags(Map<String, String> tags)

タグの値を設定します。

メソッドの詳細

attributes

public SecretAttributes attributes()

属性値を取得します。

戻り値:

属性の値

contentType

public String contentType()

contentType 値を取得します。

戻り値:

contentType 値

id

public String id()

id 値を取得します。

戻り値:

id 値

identifier

public SecretIdentifier identifier()

シークレット識別子。

戻り値:

識別子の値

managed

public Boolean managed()

マネージド値を取得します。

戻り値:

マネージド値

tags

public Map tags()

タグの値を取得します。

戻り値:

タグの値

withAttributes

public SecretItem withAttributes(SecretAttributes attributes)

属性値を設定します。

パラメーター:

attributes - 設定する属性値

戻り値:

SecretItem オブジェクト自体。

withContentType

public SecretItem withContentType(String contentType)

contentType 値を設定します。

パラメーター:

contentType - 設定する contentType 値

戻り値:

SecretItem オブジェクト自体。

withId

public SecretItem withId(String id)

id 値を設定します。

パラメーター:

id - 設定する ID 値

戻り値:

SecretItem オブジェクト自体。

withTags

public SecretItem withTags(Map tags)

タグの値を設定します。

パラメーター:

tags - 設定するタグ値

戻り値:

SecretItem オブジェクト自体。

適用対象