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
Properties data connector on tenant level.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontenantId()
Get the tenantId property: The tenant id to connect to, and get the data from.void
validate()
Validates the instance.withTenantId
(String tenantId) Set the tenantId property: The tenant id to connect to, and get the data from.
-
Constructor Details
-
DataConnectorTenantId
public DataConnectorTenantId()
-
-
Method Details
-
tenantId
Get the tenantId property: The tenant id to connect to, and get the data from.- Returns:
- the tenantId value.
-
withTenantId
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.
-