Class CustomEntityStoreAssignmentInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.CustomEntityStoreAssignmentInner

public final class CustomEntityStoreAssignmentInner extends com.azure.core.management.ProxyResource
Custom entity store assignment.
  • Constructor Details

    • CustomEntityStoreAssignmentInner

      public CustomEntityStoreAssignmentInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • principal

      public String principal()
      Get the principal property: The principal assigned with entity store. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId].
      Returns:
      the principal value.
    • withPrincipal

      public CustomEntityStoreAssignmentInner withPrincipal(String principal)
      Set the principal property: The principal assigned with entity store. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId].
      Parameters:
      principal - the principal value to set.
      Returns:
      the CustomEntityStoreAssignmentInner object itself.
    • entityStoreDatabaseLink

      public String entityStoreDatabaseLink()
      Get the entityStoreDatabaseLink property: The link to entity store database.
      Returns:
      the entityStoreDatabaseLink value.
    • withEntityStoreDatabaseLink

      public CustomEntityStoreAssignmentInner withEntityStoreDatabaseLink(String entityStoreDatabaseLink)
      Set the entityStoreDatabaseLink property: The link to entity store database.
      Parameters:
      entityStoreDatabaseLink - the entityStoreDatabaseLink value to set.
      Returns:
      the CustomEntityStoreAssignmentInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.