93 строки
6.3 KiB
YAML
93 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity"
|
|
name: "UserIdentity"
|
|
nameWithType: "UserIdentity"
|
|
summary: "Describes a single user-assigned identity associated with the application."
|
|
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 **UserIdentity**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.UserIdentity()"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.UserIdentity()"
|
|
name: "UserIdentity()"
|
|
nameWithType: "UserIdentity.UserIdentity()"
|
|
summary: "Creates an instance of User<wbr>Identity class."
|
|
syntax: "public UserIdentity()"
|
|
desc: "Creates an instance of UserIdentity class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.clientId()"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.clientId()"
|
|
name: "clientId()"
|
|
nameWithType: "UserIdentity.clientId()"
|
|
summary: "Get the client<wbr>Id property: the client identifier of the Service Principal which this identity represents."
|
|
syntax: "public String clientId()"
|
|
desc: "Get the clientId property: the client identifier of the Service Principal which this identity represents."
|
|
returns:
|
|
description: "the clientId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.principalId()"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "UserIdentity.principalId()"
|
|
summary: "Get the principal<wbr>Id property: the object identifier of the Service Principal which this identity represents."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principalId property: the object identifier of the Service Principal which this identity represents."
|
|
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.postgresqlflexibleserver.models.UserIdentity.validate()"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.validate()"
|
|
name: "validate()"
|
|
nameWithType: "UserIdentity.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.withClientId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.withClientId(String clientId)"
|
|
name: "withClientId(String clientId)"
|
|
nameWithType: "UserIdentity.withClientId(String clientId)"
|
|
summary: "Set the client<wbr>Id property: the client identifier of the Service Principal which this identity represents."
|
|
parameters:
|
|
- description: "the clientId value to set."
|
|
name: "clientId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserIdentity withClientId(String clientId)"
|
|
desc: "Set the clientId property: the client identifier of the Service Principal which this identity represents."
|
|
returns:
|
|
description: "the UserIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity?alt=com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity&text=UserIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.withPrincipalId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity.withPrincipalId(String principalId)"
|
|
name: "withPrincipalId(String principalId)"
|
|
nameWithType: "UserIdentity.withPrincipalId(String principalId)"
|
|
summary: "Set the principal<wbr>Id property: the object identifier of the Service Principal which this identity represents."
|
|
parameters:
|
|
- description: "the principalId value to set."
|
|
name: "principalId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserIdentity withPrincipalId(String principalId)"
|
|
desc: "Set the principalId property: the object identifier of the Service Principal which this identity represents."
|
|
returns:
|
|
description: "the UserIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity?alt=com.azure.resourcemanager.postgresqlflexibleserver.models.UserIdentity&text=UserIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes a single user-assigned identity associated with the application."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresqlflexibleserver.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresqlflexibleserver:1.0.0
|