Class DataConnectorTenantId

java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorTenantId
Direct Known Subclasses:
AadCheckRequirementsProperties, AadDataConnectorProperties, AatpCheckRequirementsProperties, AatpDataConnectorProperties, Dynamics365CheckRequirementsProperties, Dynamics365DataConnectorProperties, McasCheckRequirementsProperties, McasDataConnectorProperties, MdatpCheckRequirementsProperties, MdatpDataConnectorProperties, MstiCheckRequirementsProperties, MstiDataConnectorProperties, MtpCheckRequirementsProperties, MtpDataConnectorProperties, Office365ProjectCheckRequirementsProperties, Office365ProjectDataConnectorProperties, OfficeAtpCheckRequirementsProperties, OfficeAtpDataConnectorProperties, OfficeDataConnectorProperties, OfficeIrmCheckRequirementsProperties, OfficeIrmDataConnectorProperties, OfficePowerBICheckRequirementsProperties, OfficePowerBIDataConnectorProperties, TICheckRequirementsProperties, TIDataConnectorProperties, TiTaxiiCheckRequirementsProperties, TiTaxiiDataConnectorProperties

public class DataConnectorTenantId extends Object
Properties data connector on tenant level.
  • Constructor Details

    • DataConnectorTenantId

      public DataConnectorTenantId()
  • Method Details

    • tenantId

      public String tenantId()
      Get the tenantId property: The tenant id to connect to, and get the data from.
      Returns:
      the tenantId value.
    • withTenantId

      public DataConnectorTenantId withTenantId(String tenantId)
      Set the tenantId property: The tenant id to connect to, and get the data from.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the DataConnectorTenantId object itself.
    • validate

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