IdentityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. IdentityProperties
- com.
public final class IdentityProperties
The IdentityProperties model.
Constructor Summary
| Constructor | Description |
|---|---|
| IdentityProperties() |
Creates an instance of Identity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
principalId()
Get the principal |
| String |
tenantId()
Get the tenant |
|
Managed |
type()
Get the type property: Identity type. |
| void |
validate()
Validates the instance. |
|
Identity |
withType(ManagedIdentityTypes type)
Set the type property: Identity type. |
Methods inherited from java.lang.Object
Constructor Details
IdentityProperties
public IdentityProperties()
Creates an instance of IdentityProperties class.
Method Details
principalId
public String principalId()
Get the principalId property: The identity ID.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant ID of resource.
Returns:
type
public ManagedIdentityTypes type()
Get the type property: Identity type.
Returns:
validate
public void validate()
Validates the instance.
withType
public IdentityProperties withType(ManagedIdentityTypes type)
Set the type property: Identity type.
Parameters:
Returns: