Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SlackSourceSlackChannels

SlackChannels contains the Slack channels and corresponding access token.

Inheritance
object
GoogleCloudAiplatformV1SlackSourceSlackChannels
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SlackSourceSlackChannels : 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 GoogleCloudAiplatformV1ApiAuthApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ApiAuthApiKeyConfig

Channels

Required. The Slack channel IDs.

Declaration
[JsonProperty("channels")]
public virtual IList<GoogleCloudAiplatformV1SlackSourceSlackChannelsSlackChannel> Channels { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1SlackSourceSlackChannelsSlackChannel>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX