FactoryIdentity Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.FactoryIdentity

public final class FactoryIdentity

Identity properties of the factory resource.

Constructor Summary

Constructor Description
FactoryIdentity()

Creates an instance of FactoryIdentity class.

Method Summary

Modifier and Type Method and Description
UUID principalId()

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

UUID tenantId()

Get the tenantId property: The client tenant id of the identity.

FactoryIdentityType type()

Get the type property: The identity type.

Map<String,Object> userAssignedIdentities()

Get the userAssignedIdentities property: List of user assigned identities for the factory.

void validate()

Validates the instance.

FactoryIdentity withType(FactoryIdentityType type)

Set the type property: The identity type.

FactoryIdentity withUserAssignedIdentities(Map<String,Object> userAssignedIdentities)

Set the userAssignedIdentities property: List of user assigned identities for the factory.

Methods inherited from java.lang.Object

Constructor Details

FactoryIdentity

public FactoryIdentity()

Creates an instance of FactoryIdentity class.

Method Details

principalId

public UUID principalId()

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

Returns:

the principalId value.

tenantId

public UUID tenantId()

Get the tenantId property: The client tenant id of the identity.

Returns:

the tenantId value.

type

public FactoryIdentityType type()

Get the type property: The identity type.

Returns:

the type value.

userAssignedIdentities

public Map userAssignedIdentities()

Get the userAssignedIdentities property: List of user assigned identities for the factory.

Returns:

the userAssignedIdentities value.

validate

public void validate()

Validates the instance.

withType

public FactoryIdentity withType(FactoryIdentityType type)

Set the type property: The identity type.

Parameters:

type - the type value to set.

Returns:

the FactoryIdentity object itself.

withUserAssignedIdentities

public FactoryIdentity withUserAssignedIdentities(Map userAssignedIdentities)

Set the userAssignedIdentities property: List of user assigned identities for the factory.

Parameters:

userAssignedIdentities - the userAssignedIdentities value to set.

Returns:

the FactoryIdentity object itself.

Applies to