112 строки
8.4 KiB
YAML
112 строки
8.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity"
|
|
name: "EncryptionIdentity"
|
|
nameWithType: "EncryptionIdentity"
|
|
summary: "Identity used to authenticate with key vault."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **EncryptionIdentity**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.EncryptionIdentity?alt=com.azure.resourcemanager.netapp.models.EncryptionIdentity&text=EncryptionIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.EncryptionIdentity()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.EncryptionIdentity()"
|
|
name: "EncryptionIdentity()"
|
|
nameWithType: "EncryptionIdentity.EncryptionIdentity()"
|
|
summary: "Creates an instance of Encryption<wbr>Identity class."
|
|
syntax: "public EncryptionIdentity()"
|
|
desc: "Creates an instance of EncryptionIdentity class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "EncryptionIdentity.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Encryption<wbr>Identity from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static EncryptionIdentity fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the EncryptionIdentity."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of EncryptionIdentity from the JsonReader."
|
|
returns:
|
|
description: "An instance of EncryptionIdentity if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.EncryptionIdentity?alt=com.azure.resourcemanager.netapp.models.EncryptionIdentity&text=EncryptionIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.principalId()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "EncryptionIdentity.principalId()"
|
|
summary: "Get the principal<wbr>Id property: The principal ID (object ID) of the identity used to authenticate with key vault."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principalId property: The principal ID (object ID) of the identity used to authenticate with key vault. Read-only."
|
|
returns:
|
|
description: "the principalId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "EncryptionIdentity.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.userAssignedIdentity()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.userAssignedIdentity()"
|
|
name: "userAssignedIdentity()"
|
|
nameWithType: "EncryptionIdentity.userAssignedIdentity()"
|
|
summary: "Get the user<wbr>Assigned<wbr>Identity property: The ARM resource identifier of the user assigned identity used to authenticate with key vault."
|
|
syntax: "public String userAssignedIdentity()"
|
|
desc: "Get the userAssignedIdentity property: The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities."
|
|
returns:
|
|
description: "the userAssignedIdentity value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.validate()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EncryptionIdentity.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.withUserAssignedIdentity(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.EncryptionIdentity.withUserAssignedIdentity(String userAssignedIdentity)"
|
|
name: "withUserAssignedIdentity(String userAssignedIdentity)"
|
|
nameWithType: "EncryptionIdentity.withUserAssignedIdentity(String userAssignedIdentity)"
|
|
summary: "Set the user<wbr>Assigned<wbr>Identity property: The ARM resource identifier of the user assigned identity used to authenticate with key vault."
|
|
parameters:
|
|
- description: "the userAssignedIdentity value to set."
|
|
name: "userAssignedIdentity"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EncryptionIdentity withUserAssignedIdentity(String userAssignedIdentity)"
|
|
desc: "Set the userAssignedIdentity property: The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities."
|
|
returns:
|
|
description: "the EncryptionIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.EncryptionIdentity?alt=com.azure.resourcemanager.netapp.models.EncryptionIdentity&text=EncryptionIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Identity used to authenticate with key vault."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.EncryptionIdentity?alt=com.azure.resourcemanager.netapp.models.EncryptionIdentity&text=EncryptionIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.netapp.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1
|