Class EncryptionIdentity

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

public class EncryptionIdentity extends Object
The encryption identity properties.
  • Constructor Details

    • EncryptionIdentity

      public EncryptionIdentity()
      Creates an instance of EncryptionIdentity class.
  • Method Details

    • 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.
    • principalId

      public UUID principalId()
      Get the principalId value.
      Returns:
      the principalId value
    • tenantId

      public UUID tenantId()
      Get the tenantId value.
      Returns:
      the tenantId value