UserAssignedIdentity Class

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

public class UserAssignedIdentity

User-assigned managed identity.

Constructor Summary

Constructor Description
UserAssignedIdentity()

Creates an instance of UserAssignedIdentity class.

Method Summary

Modifier and Type Method and Description
String clientId()

Get the clientId property: Client App Id associated with this identity.

String principalId()

Get the principalId property: Azure Active Directory principal ID associated with this Identity.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

UserAssignedIdentity

public UserAssignedIdentity()

Creates an instance of UserAssignedIdentity class.

Method Details

clientId

public String clientId()

Get the clientId property: Client App Id associated with this identity.

Returns:

the clientId value.

principalId

public String principalId()

Get the principalId property: Azure Active Directory principal ID associated with this Identity.

Returns:

the principalId value.

validate

public void validate()

Validates the instance.

Applies to