UserAssignedIdentityProperty Class

  • java.lang.Object
    • com.azure.resourcemanager.signalr.models.UserAssignedIdentityProperty

public final class UserAssignedIdentityProperty

Properties of user assigned identity.

Constructor Summary

Constructor Description
UserAssignedIdentityProperty()

Creates an instance of UserAssignedIdentityProperty class.

Method Summary

Modifier and Type Method and Description
String clientId()

Get the clientId property: Get the client id for the user assigned identity.

String principalId()

Get the principalId property: Get the principal id for the user assigned identity.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

UserAssignedIdentityProperty

public UserAssignedIdentityProperty()

Creates an instance of UserAssignedIdentityProperty class.

Method Details

clientId

public String clientId()

Get the clientId property: Get the client id for the user assigned identity.

Returns:

the clientId value.

principalId

public String principalId()

Get the principalId property: Get the principal id for the user assigned identity.

Returns:

the principalId value.

validate

public void validate()

Validates the instance.

Applies to