UserAssignedIdentity Class

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

public class UserAssignedIdentity

Details about a user assigned 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: The client ID of the user assigned identity.

String objectId()

Get the objectId property: The object ID of the user assigned identity.

String resourceId()

Get the resourceId property: The resource ID of the user assigned identity.

void validate()

Validates the instance.

UserAssignedIdentity withClientId(String clientId)

Set the clientId property: The client ID of the user assigned identity.

UserAssignedIdentity withObjectId(String objectId)

Set the objectId property: The object ID of the user assigned identity.

UserAssignedIdentity withResourceId(String resourceId)

Set the resourceId property: The resource ID of the user assigned identity.

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: The client ID of the user assigned identity.

Returns:

the clientId value.

objectId

public String objectId()

Get the objectId property: The object ID of the user assigned identity.

Returns:

the objectId value.

resourceId

public String resourceId()

Get the resourceId property: The resource ID of the user assigned identity.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withClientId

public UserAssignedIdentity withClientId(String clientId)

Set the clientId property: The client ID of the user assigned identity.

Parameters:

clientId - the clientId value to set.

Returns:

the UserAssignedIdentity object itself.

withObjectId

public UserAssignedIdentity withObjectId(String objectId)

Set the objectId property: The object ID of the user assigned identity.

Parameters:

objectId - the objectId value to set.

Returns:

the UserAssignedIdentity object itself.

withResourceId

public UserAssignedIdentity withResourceId(String resourceId)

Set the resourceId property: The resource ID of the user assigned identity.

Parameters:

resourceId - the resourceId value to set.

Returns:

the UserAssignedIdentity object itself.

Applies to