UserAssignedIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearningservices. models. UserAssignedIdentity
- com.
public class UserAssignedIdentity
User Assigned Identity.
Constructor Summary
Constructor | Description | |
---|---|---|
UserAssignedIdentity() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
clientId()
Get the client |
String |
principalId()
Get the principal |
String |
tenantId()
Get the tenant |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentity
public UserAssignedIdentity()
Method Details
clientId
public String clientId()
Get the clientId property: The clientId(aka appId) of the user assigned identity.
Returns:
principalId
public String principalId()
Get the principalId property: The principal ID of the user assigned identity.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant ID of the user assigned identity.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java