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