Class SlackChannels (1.66.0)

SlackChannels(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SlackChannels contains the Slack channels and corresponding access token.

Attributes

Name Description
channels MutableSequence[google.cloud.aiplatform_v1beta1.types.SlackSource.SlackChannels.SlackChannel]
Required. The Slack channel IDs.
api_key_config google.cloud.aiplatform_v1beta1.types.ApiAuth.ApiKeyConfig
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.

Classes

SlackChannel

SlackChannel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SlackChannel contains the Slack channel ID and the time range to import.

Methods

SlackChannels

SlackChannels(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SlackChannels contains the Slack channels and corresponding access token.