UserAssignedIdentity Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.UserAssignedIdentity

public class UserAssignedIdentity

User Assigned Identity.

Constructor Summary

Constructor Description
UserAssignedIdentity()

Method Summary

Modifier and Type Method and Description
String clientId()

Get the clientId property: The clientId(aka appId) of the user assigned identity.

String principalId()

Get the principalId property: The principal ID of the user assigned identity.

String tenantId()

Get the tenantId property: The tenant ID of the user assigned identity.

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:

the clientId value.

principalId

public String principalId()

Get the principalId property: The principal ID of the user assigned identity.

Returns:

the principalId value.

tenantId

public String tenantId()

Get the tenantId property: The tenant ID of the user assigned identity.

Returns:

the tenantId value.

validate

public void validate()

Validates the instance.

Applies to