KeyItem クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyItem
- com.
public class KeyItem
キー メタデータを含むキー項目。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Key |
attributes()
属性の値を取得します。 |
|
Key |
identifier()
キー識別子。 |
| String |
kid()
kid 値を取得します。 |
| Boolean |
managed()
マネージド値を取得します。 |
| Map<String, String> |
tags()
タグの値を取得します。 |
|
Key |
withAttributes(KeyAttributes attributes)
属性の値を設定します。 |
|
Key |
withKid(String kid)
kid 値を設定します。 |
|
Key |
withTags(Map<String, String> tags)
タグの値を設定します。 |
メソッドの詳細
attributes
public KeyAttributes attributes()
属性の値を取得します。
Returns:
identifier
public KeyIdentifier identifier()
キー識別子。
Returns:
kid
public String kid()
kid 値を取得します。
Returns:
managed
public Boolean managed()
マネージド値を取得します。
Returns:
tags
public Map
タグの値を取得します。
Returns:
withAttributes
public KeyItem withAttributes(KeyAttributes attributes)
属性の値を設定します。
Parameters:
Returns:
withKid
public KeyItem withKid(String kid)
kid 値を設定します。
Parameters:
Returns:
withTags
public KeyItem withTags(Map
タグの値を設定します。
Parameters:
Returns: