IdentityUserAssignedIdentities Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.IdentityUserAssignedIdentities

public final class IdentityUserAssignedIdentities

The IdentityUserAssignedIdentities model.

Constructor Summary

Constructor Description
IdentityUserAssignedIdentities()

Creates an instance of IdentityUserAssignedIdentities class.

Method Summary

Modifier and Type Method and Description
String clientId()

Get the clientId property: The client id of user assigned identity.

String principalId()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

IdentityUserAssignedIdentities

public IdentityUserAssignedIdentities()

Creates an instance of IdentityUserAssignedIdentities class.

Method Details

clientId

public String clientId()

Get the clientId property: The client id of user assigned identity.

Returns:

the clientId value.

principalId

public String principalId()

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

Returns:

the principalId value.

validate

public void validate()

Validates the instance.

Applies to