SecretBundle クラス

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

public class SecretBundle

値、id、およびその属性で構成されるシークレット。

メソッドの概要

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

属性値を取得します。

String contentType()

contentType 値を取得します。

String id()

id 値を取得します。

String kid()

子供の値を取得します。

Boolean managed()

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

SecretIdentifier secretIdentifier()

シークレット識別子。

Map<String, String> tags()

タグの値を取得します。

String toString()
String value()

値を取得します。

SecretBundle withAttributes(SecretAttributes attributes)

属性値を設定します。

SecretBundle withContentType(String contentType)

contentType 値を設定します。

SecretBundle withId(String id)

id 値を設定します。

SecretBundle withTags(Map<String, String> tags)

タグの値を設定します。

SecretBundle withValue(String value)

値を設定します。

メソッドの詳細

attributes

public SecretAttributes attributes()

属性値を取得します。

戻り値:

属性の値

contentType

public String contentType()

contentType 値を取得します。

戻り値:

contentType 値

id

public String id()

id 値を取得します。

戻り値:

id 値

kid

public String kid()

子供の値を取得します。

戻り値:

子供の価値

managed

public Boolean managed()

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

戻り値:

マネージド値

secretIdentifier

public SecretIdentifier secretIdentifier()

シークレット識別子。

戻り値:

識別子の値

tags

public Map tags()

タグの値を取得します。

戻り値:

タグの値

toString

public String toString()

value

public String value()

値を取得します。

戻り値:

値の値

withAttributes

public SecretBundle withAttributes(SecretAttributes attributes)

属性値を設定します。

パラメーター:

attributes - 設定する属性値

戻り値:

SecretBundle オブジェクト自体。

withContentType

public SecretBundle withContentType(String contentType)

contentType 値を設定します。

パラメーター:

contentType - 設定する contentType 値

戻り値:

SecretBundle オブジェクト自体。

withId

public SecretBundle withId(String id)

id 値を設定します。

パラメーター:

id - 設定する ID 値

戻り値:

SecretBundle オブジェクト自体。

withTags

public SecretBundle withTags(Map tags)

タグの値を設定します。

パラメーター:

tags - 設定するタグ値

戻り値:

SecretBundle オブジェクト自体。

withValue

public SecretBundle withValue(String value)

値を設定します。

パラメーター:

value - 設定する値

戻り値:

SecretBundle オブジェクト自体。

適用対象