Identity Class
- java.
lang. Object - com.
azure. resourcemanager. purview. models. Identity
- com.
Implements
public final class Identity
implements JsonSerializable<Identity>
The Managed Identity of the resource.
Constructor Summary
| Constructor | Description |
|---|---|
| Identity() |
Creates an instance of Identity class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Identity |
fromJson(JsonReader jsonReader)
Reads an instance of Identity from the Json |
| String |
principalId()
Get the principal |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| Type |
type()
Get the type property: Identity Type. |
|
Map<String,User |
userAssignedIdentities()
Get the user |
| void |
validate()
Validates the instance. |
| Identity |
withType(Type type)
Set the type property: Identity Type. |
| Identity |
withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)
Set the user |
Methods inherited from java.lang.Object
Constructor Details
Identity
public Identity()
Creates an instance of Identity class.
Method Details
fromJson
public static Identity fromJson(JsonReader jsonReader)
Reads an instance of Identity from the JsonReader.
Parameters:
Returns:
Throws:
principalId
public String principalId()
Get the principalId property: Service principal object Id.
Returns:
tenantId
public String tenantId()
Get the tenantId property: Tenant Id.
Returns:
toJson
type
public Type type()
Get the type property: Identity Type.
Returns:
userAssignedIdentities
public Map<String,UserAssignedIdentity> userAssignedIdentities()
Get the userAssignedIdentities property: User Assigned Identities.
Returns:
validate
public void validate()
Validates the instance.
withType
public Identity withType(Type type)
Set the type property: Identity Type.
Parameters:
Returns:
withUserAssignedIdentities
public Identity withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)
Set the userAssignedIdentities property: User Assigned Identities.
Parameters:
Returns: