UpdateSlackChannelDetails

class oci.oda.models.UpdateSlackChannelDetails(**kwargs)

Bases: oci.oda.models.update_channel_details.UpdateChannelDetails

Properties to update a Slack channel.

Attributes

TYPE_ANDROID str(object=’’) -> str
TYPE_APPEVENT str(object=’’) -> str
TYPE_APPLICATION str(object=’’) -> str
TYPE_CORTANA str(object=’’) -> str
TYPE_FACEBOOK str(object=’’) -> str
TYPE_IOS str(object=’’) -> str
TYPE_MSTEAMS str(object=’’) -> str
TYPE_OSS str(object=’’) -> str
TYPE_OSVC str(object=’’) -> str
TYPE_SERVICECLOUD str(object=’’) -> str
TYPE_SLACK str(object=’’) -> str
TYPE_TEST str(object=’’) -> str
TYPE_TWILIO str(object=’’) -> str
TYPE_WEB str(object=’’) -> str
TYPE_WEBHOOK str(object=’’) -> str
auth_error_url Gets the auth_error_url of this UpdateSlackChannelDetails.
auth_success_url Gets the auth_success_url of this UpdateSlackChannelDetails.
bot_id Gets the bot_id of this UpdateSlackChannelDetails.
client_id Gets the client_id of this UpdateSlackChannelDetails.
client_secret Gets the client_secret of this UpdateSlackChannelDetails.
defined_tags Gets the defined_tags of this UpdateChannelDetails.
description Gets the description of this UpdateChannelDetails.
freeform_tags Gets the freeform_tags of this UpdateChannelDetails.
name Gets the name of this UpdateChannelDetails.
session_expiry_duration_in_milliseconds Gets the session_expiry_duration_in_milliseconds of this UpdateChannelDetails.
signing_secret Gets the signing_secret of this UpdateSlackChannelDetails.
type [Required] Gets the type of this UpdateChannelDetails.

Methods

__init__(**kwargs) Initializes a new UpdateSlackChannelDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_ANDROID = 'ANDROID'
TYPE_APPEVENT = 'APPEVENT'
TYPE_APPLICATION = 'APPLICATION'
TYPE_CORTANA = 'CORTANA'
TYPE_FACEBOOK = 'FACEBOOK'
TYPE_IOS = 'IOS'
TYPE_MSTEAMS = 'MSTEAMS'
TYPE_OSS = 'OSS'
TYPE_OSVC = 'OSVC'
TYPE_SERVICECLOUD = 'SERVICECLOUD'
TYPE_SLACK = 'SLACK'
TYPE_TEST = 'TEST'
TYPE_TWILIO = 'TWILIO'
TYPE_WEB = 'WEB'
TYPE_WEBHOOK = 'WEBHOOK'
__init__(**kwargs)

Initializes a new UpdateSlackChannelDetails object with values from keyword arguments. The default value of the type attribute of this class is SLACK and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this UpdateSlackChannelDetails.
  • description (str) – The value to assign to the description property of this UpdateSlackChannelDetails.
  • type (str) – The value to assign to the type property of this UpdateSlackChannelDetails. Allowed values for this property are: “ANDROID”, “APPEVENT”, “APPLICATION”, “CORTANA”, “FACEBOOK”, “IOS”, “MSTEAMS”, “OSS”, “OSVC”, “SERVICECLOUD”, “SLACK”, “TEST”, “TWILIO”, “WEB”, “WEBHOOK”
  • session_expiry_duration_in_milliseconds (int) – The value to assign to the session_expiry_duration_in_milliseconds property of this UpdateSlackChannelDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSlackChannelDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSlackChannelDetails.
  • client_id (str) – The value to assign to the client_id property of this UpdateSlackChannelDetails.
  • auth_success_url (str) – The value to assign to the auth_success_url property of this UpdateSlackChannelDetails.
  • auth_error_url (str) – The value to assign to the auth_error_url property of this UpdateSlackChannelDetails.
  • signing_secret (str) – The value to assign to the signing_secret property of this UpdateSlackChannelDetails.
  • client_secret (str) – The value to assign to the client_secret property of this UpdateSlackChannelDetails.
  • bot_id (str) – The value to assign to the bot_id property of this UpdateSlackChannelDetails.
auth_error_url

Gets the auth_error_url of this UpdateSlackChannelDetails. The URL to redirect to when authentication is unsuccessful.

Returns:The auth_error_url of this UpdateSlackChannelDetails.
Return type:str
auth_success_url

Gets the auth_success_url of this UpdateSlackChannelDetails. The URL to redirect to when authentication is successful.

Returns:The auth_success_url of this UpdateSlackChannelDetails.
Return type:str
bot_id

Gets the bot_id of this UpdateSlackChannelDetails. The ID of the Skill or Digital Assistant that the Channel is routed to.

Returns:The bot_id of this UpdateSlackChannelDetails.
Return type:str
client_id

Gets the client_id of this UpdateSlackChannelDetails. The Slack Client Id for the Slack app.

Returns:The client_id of this UpdateSlackChannelDetails.
Return type:str
client_secret

Gets the client_secret of this UpdateSlackChannelDetails. The Client Secret for the Slack App.

Returns:The client_secret of this UpdateSlackChannelDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateChannelDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateChannelDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateChannelDetails. A short description of the Channel.

Returns:The description of this UpdateChannelDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateChannelDetails. Simple key-value pair that is applied without any predefined name, type, or scope. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateChannelDetails.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

name

Gets the name of this UpdateChannelDetails. The Channel’s name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter.

Returns:The name of this UpdateChannelDetails.
Return type:str
session_expiry_duration_in_milliseconds

Gets the session_expiry_duration_in_milliseconds of this UpdateChannelDetails. The number of milliseconds before a session expires.

Returns:The session_expiry_duration_in_milliseconds of this UpdateChannelDetails.
Return type:int
signing_secret

Gets the signing_secret of this UpdateSlackChannelDetails. The Signing Secret for the Slack App.

Returns:The signing_secret of this UpdateSlackChannelDetails.
Return type:str
type

[Required] Gets the type of this UpdateChannelDetails. The Channel type.

Allowed values for this property are: “ANDROID”, “APPEVENT”, “APPLICATION”, “CORTANA”, “FACEBOOK”, “IOS”, “MSTEAMS”, “OSS”, “OSVC”, “SERVICECLOUD”, “SLACK”, “TEST”, “TWILIO”, “WEB”, “WEBHOOK”

Returns:The type of this UpdateChannelDetails.
Return type:str