Identity Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. Identity
- com.
public class Identity
Managed service identity.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Identity() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
principalId()
Get the principal |
| String |
tenantId()
Get the tenant |
|
Identity |
type()
Get the type property: The type of managed service identity. |
| void |
validate()
Validates the instance. |
| Identity |
withType(IdentityType type)
Set the type property: The type of managed service identity. |
Methods inherited from java.lang.Object
Constructor Details
Identity
public Identity()
Method Details
principalId
public String principalId()
Get the principalId property: The principal id of managed service identity.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant of managed service identity.
Returns:
type
public IdentityType type()
Get the type property: The type of managed service identity.
Returns:
validate
public void validate()
Validates the instance.
withType
public Identity withType(IdentityType type)
Set the type property: The type of managed service identity.
Parameters:
Returns: