Class McasDataConnector


  • public final class McasDataConnector
    extends DataConnectorInner
    Represents MCAS (Microsoft Cloud App Security) data connector.
    • Constructor Detail

      • McasDataConnector

        public McasDataConnector()
    • Method Detail

      • withEtag

        public McasDataConnector withEtag​(String etag)
        Set the etag property: Etag of the azure resource.
        Overrides:
        withEtag in class DataConnectorInner
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceWithEtag object itself.
      • dataTypes

        public McasDataConnectorDataTypes dataTypes()
        Get the dataTypes property: The available data types for the connector.
        Returns:
        the dataTypes value.
      • withDataTypes

        public McasDataConnector withDataTypes​(McasDataConnectorDataTypes dataTypes)
        Set the dataTypes property: The available data types for the connector.
        Parameters:
        dataTypes - the dataTypes value to set.
        Returns:
        the McasDataConnector object itself.
      • 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 McasDataConnector 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 McasDataConnector object itself.