SecretBundle クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SecretBundle
- com.
public class SecretBundle
値、id、およびその属性で構成されるシークレット。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Secret |
attributes()
属性値を取得します。 |
String |
contentType()
contentType 値を取得します。 |
String |
id()
id 値を取得します。 |
String |
kid()
子供の値を取得します。 |
Boolean |
managed()
マネージド値を取得します。 |
Secret |
secretIdentifier()
シークレット識別子。 |
Map<String, String> |
tags()
タグの値を取得します。 |
String | toString() |
String |
value()
値を取得します。 |
Secret |
withAttributes(SecretAttributes attributes)
属性値を設定します。 |
Secret |
withContentType(String contentType)
contentType 値を設定します。 |
Secret |
withId(String id)
id 値を設定します。 |
Secret |
withTags(Map<String, String> tags)
タグの値を設定します。 |
Secret |
withValue(String value)
値を設定します。 |
メソッドの詳細
attributes
public SecretAttributes attributes()
属性値を取得します。
戻り値:
contentType
public String contentType()
contentType 値を取得します。
戻り値:
id
public String id()
id 値を取得します。
戻り値:
kid
public String kid()
子供の値を取得します。
戻り値:
managed
public Boolean managed()
マネージド値を取得します。
戻り値:
secretIdentifier
public SecretIdentifier secretIdentifier()
シークレット識別子。
戻り値:
tags
public Map
タグの値を取得します。
戻り値:
toString
public String toString()
value
public String value()
値を取得します。
戻り値:
withAttributes
public SecretBundle withAttributes(SecretAttributes attributes)
属性値を設定します。
パラメーター:
戻り値:
withContentType
public SecretBundle withContentType(String contentType)
contentType 値を設定します。
パラメーター:
戻り値:
withId
public SecretBundle withId(String id)
id 値を設定します。
パラメーター:
戻り値:
withTags
public SecretBundle withTags(Map
タグの値を設定します。
パラメーター:
戻り値:
withValue
public SecretBundle withValue(String value)
値を設定します。
パラメーター:
戻り値:
適用対象
Azure SDK for Java