Class GoogleCloudAiplatformV1beta1SlackSourceSlackChannels
SlackChannels contains the Slack channels and corresponding access token.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SlackSourceSlackChannels : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig |
Channels
Required. The Slack channel IDs.
Declaration
[JsonProperty("channels")]
public virtual IList<GoogleCloudAiplatformV1beta1SlackSourceSlackChannelsSlackChannel> Channels { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1SlackSourceSlackChannelsSlackChannel> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |