EncryptionIdentity Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.store.models.EncryptionIdentity

public class EncryptionIdentity

The encryption identity properties.

Constructor Summary

Constructor Description
EncryptionIdentity()

Creates an instance of EncryptionIdentity class.

Method Summary

Modifier and Type Method and Description
UUID principalId()

Get the principalId value.

UUID tenantId()

Get the tenantId value.

String type()

Get the type value.

EncryptionIdentity withType(String type)

Set the type value.

Constructor Details

EncryptionIdentity

public EncryptionIdentity()

Creates an instance of EncryptionIdentity class.

Method Details

principalId

public UUID principalId()

Get the principalId value.

Returns:

the principalId value

tenantId

public UUID tenantId()

Get the tenantId value.

Returns:

the tenantId value

type

public String type()

Get the type value.

Returns:

the type value

withType

public EncryptionIdentity withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the EncryptionIdentity object itself.

Applies to