ResourceIdentity Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ResourceIdentity
- com.
public class ResourceIdentity
Azure Active Directory identity configuration for a resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
principalId()
Get the Azure Active Directory principal id. |
UUID |
tenantId()
Get the Azure Active Directory tenant id. |
Identity |
type()
Get the identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned'. |
Resource |
withType(IdentityType type)
Set the identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned'. |
Method Details
principalId
public UUID principalId()
Get the Azure Active Directory principal id.
Returns:
tenantId
public UUID tenantId()
Get the Azure Active Directory tenant id.
Returns:
type
public IdentityType type()
Get the identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned'.
Returns:
withType
public ResourceIdentity withType(IdentityType type)
Set the identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned'.
Parameters:
Returns:
Applies to
Azure SDK for Java