UserAssignedIdentityProperty Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. UserAssignedIdentityProperty
- com.
Implements
public final class UserAssignedIdentityProperty
implements JsonSerializable<UserAssignedIdentityProperty>
Properties of user assigned identity.
Constructor Summary
| Constructor | Description |
|---|---|
| UserAssignedIdentityProperty() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clientId()
Get the client |
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
| String |
principalId()
Get the principal |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentityProperty
public UserAssignedIdentityProperty()
Creates an instance of UserAssignedIdentityProperty class.
Method Details
clientId
public String clientId()
Get the clientId property: Get the client id for the user assigned identity.
Returns:
fromJson
public static UserAssignedIdentityProperty fromJson(JsonReader jsonReader)
Reads an instance of UserAssignedIdentityProperty from the JsonReader.
Parameters:
Returns:
Throws:
principalId
public String principalId()
Get the principalId property: Get the principal id for the user assigned identity.
Returns:
toJson
validate
public void validate()
Validates the instance.