119 строки
5.1 KiB
YAML
119 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.attributes()
|
|
name: attributes()
|
|
nameWithType: KeyItem.attributes()
|
|
returns:
|
|
description: <p>the attributes value </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.KeyAttributes?alt=com.microsoft.azure.keyvault.models.KeyAttributes&text=KeyAttributes" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the attributes value.</p>
|
|
|
|
<p></p>
|
|
syntax: public KeyAttributes attributes()
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.attributes()
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.identifier()
|
|
name: identifier()
|
|
nameWithType: KeyItem.identifier()
|
|
returns:
|
|
description: <p>The Identifier value </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.KeyIdentifier?alt=com.microsoft.azure.keyvault.KeyIdentifier&text=KeyIdentifier" data-throw-if-not-resolved="False"/>
|
|
summary: <p>The key identifier. </p>
|
|
syntax: public KeyIdentifier identifier()
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.identifier()
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.kid()
|
|
name: kid()
|
|
nameWithType: KeyItem.kid()
|
|
returns:
|
|
description: <p>the kid value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the kid value.</p>
|
|
|
|
<p></p>
|
|
syntax: public String kid()
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.kid()
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.managed()
|
|
name: managed()
|
|
nameWithType: KeyItem.managed()
|
|
returns:
|
|
description: <p>the managed value </p>
|
|
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the managed value.</p>
|
|
|
|
<p></p>
|
|
syntax: public Boolean managed()
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.managed()
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.tags()
|
|
name: tags()
|
|
nameWithType: KeyItem.tags()
|
|
returns:
|
|
description: <p>the tags value </p>
|
|
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the tags value.</p>
|
|
|
|
<p></p>
|
|
syntax: public Map<String, String> tags()
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.tags()
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.withAttributes(KeyAttributes attributes)
|
|
name: withAttributes(KeyAttributes attributes)
|
|
nameWithType: KeyItem.withAttributes(KeyAttributes attributes)
|
|
parameters:
|
|
- description: <p>the attributes value to set </p>
|
|
name: attributes
|
|
type: <xref href="com.microsoft.azure.keyvault.models.KeyAttributes?alt=com.microsoft.azure.keyvault.models.KeyAttributes&text=KeyAttributes" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the KeyItem object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.KeyItem?alt=com.microsoft.azure.keyvault.models.KeyItem&text=KeyItem" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the attributes value.</p>
|
|
|
|
<p></p>
|
|
syntax: public KeyItem withAttributes(KeyAttributes attributes)
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.withAttributes(KeyAttributes)
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.withKid(String kid)
|
|
name: withKid(String kid)
|
|
nameWithType: KeyItem.withKid(String kid)
|
|
parameters:
|
|
- description: <p>the kid value to set </p>
|
|
name: kid
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the KeyItem object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.KeyItem?alt=com.microsoft.azure.keyvault.models.KeyItem&text=KeyItem" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the kid value.</p>
|
|
|
|
<p></p>
|
|
syntax: public KeyItem withKid(String kid)
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.withKid(String)
|
|
- fullName: com.microsoft.azure.keyvault.models.KeyItem.withTags(Map<String, String> tags)
|
|
name: withTags(Map<String, String> tags)
|
|
nameWithType: KeyItem.withTags(Map<String, String> tags)
|
|
parameters:
|
|
- description: <p>the tags value to set </p>
|
|
name: tags
|
|
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the KeyItem object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.KeyItem?alt=com.microsoft.azure.keyvault.models.KeyItem&text=KeyItem" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the tags value.</p>
|
|
|
|
<p></p>
|
|
syntax: public KeyItem withTags(Map<String, String> tags)
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem.withTags(Map<String, String>)
|
|
nameWithType: KeyItem
|
|
syntax: public class KeyItem
|
|
type: class
|
|
uid: com.microsoft.azure.keyvault.models.KeyItem
|
|
fullName: com.microsoft.azure.keyvault.models.KeyItem
|
|
name: KeyItem
|
|
package: com.microsoft.azure.keyvault.models
|
|
summary: <p>The key item containing key metadata. </p>
|
|
metadata: {}
|