Class AadAdminProperties


  • public final class AadAdminProperties
    extends Object
    Workspace active directory administrator properties.
    • Constructor Detail

      • AadAdminProperties

        public AadAdminProperties()
    • Method Detail

      • tenantId

        public String tenantId()
        Get the tenantId property: Tenant ID of the workspace active directory administrator.
        Returns:
        the tenantId value.
      • withTenantId

        public AadAdminProperties withTenantId​(String tenantId)
        Set the tenantId property: Tenant ID of the workspace active directory administrator.
        Parameters:
        tenantId - the tenantId value to set.
        Returns:
        the AadAdminProperties object itself.
      • login

        public String login()
        Get the login property: Login of the workspace active directory administrator.
        Returns:
        the login value.
      • withLogin

        public AadAdminProperties withLogin​(String login)
        Set the login property: Login of the workspace active directory administrator.
        Parameters:
        login - the login value to set.
        Returns:
        the AadAdminProperties object itself.
      • administratorType

        public String administratorType()
        Get the administratorType property: Workspace active directory administrator type.
        Returns:
        the administratorType value.
      • withAdministratorType

        public AadAdminProperties withAdministratorType​(String administratorType)
        Set the administratorType property: Workspace active directory administrator type.
        Parameters:
        administratorType - the administratorType value to set.
        Returns:
        the AadAdminProperties object itself.
      • sid

        public String sid()
        Get the sid property: Object ID of the workspace active directory administrator.
        Returns:
        the sid value.
      • withSid

        public AadAdminProperties withSid​(String sid)
        Set the sid property: Object ID of the workspace active directory administrator.
        Parameters:
        sid - the sid value to set.
        Returns:
        the AadAdminProperties object itself.
      • validate

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