IdcsInfoDetails

class oci.visual_builder.models.IdcsInfoDetails(**kwargs)

Bases: object

Information for IDCS access

Methods

__init__(**kwargs) Initializes a new IdcsInfoDetails object with values from keyword arguments.

Attributes

idcs_app_display_name [Required] Gets the idcs_app_display_name of this IdcsInfoDetails.
idcs_app_id [Required] Gets the idcs_app_id of this IdcsInfoDetails.
idcs_app_location_url [Required] Gets the idcs_app_location_url of this IdcsInfoDetails.
idcs_app_name [Required] Gets the idcs_app_name of this IdcsInfoDetails.
instance_primary_audience_url [Required] Gets the instance_primary_audience_url of this IdcsInfoDetails.
__init__(**kwargs)

Initializes a new IdcsInfoDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • idcs_app_location_url (str) – The value to assign to the idcs_app_location_url property of this IdcsInfoDetails.
  • idcs_app_display_name (str) – The value to assign to the idcs_app_display_name property of this IdcsInfoDetails.
  • idcs_app_id (str) – The value to assign to the idcs_app_id property of this IdcsInfoDetails.
  • idcs_app_name (str) – The value to assign to the idcs_app_name property of this IdcsInfoDetails.
  • instance_primary_audience_url (str) – The value to assign to the instance_primary_audience_url property of this IdcsInfoDetails.
idcs_app_display_name

[Required] Gets the idcs_app_display_name of this IdcsInfoDetails. The IDCS application display name associated with the instance

Returns:The idcs_app_display_name of this IdcsInfoDetails.
Return type:str
idcs_app_id

[Required] Gets the idcs_app_id of this IdcsInfoDetails. The IDCS application ID associated with the instance

Returns:The idcs_app_id of this IdcsInfoDetails.
Return type:str
idcs_app_location_url

[Required] Gets the idcs_app_location_url of this IdcsInfoDetails. URL for the location of the IDCS Application (used by IDCS APIs)

Returns:The idcs_app_location_url of this IdcsInfoDetails.
Return type:str
idcs_app_name

[Required] Gets the idcs_app_name of this IdcsInfoDetails. The IDCS application name associated with the instance

Returns:The idcs_app_name of this IdcsInfoDetails.
Return type:str
instance_primary_audience_url

[Required] Gets the instance_primary_audience_url of this IdcsInfoDetails. The URL used as the primary audience for visual builder flows in this instance type: string

Returns:The instance_primary_audience_url of this IdcsInfoDetails.
Return type:str