IdcsAuthConfiguration

class oci.data_science.models.IdcsAuthConfiguration(**kwargs)

Bases: oci.data_science.models.auth_configuration.AuthConfiguration

Configuration of IDCS AuthN/Z for online prediction

Attributes

TYPE_IAM str(object=’’) -> str
TYPE_IDCS str(object=’’) -> str
TYPE_IDCS_CUSTOM_SERVICE str(object=’’) -> str
application_name Gets the application_name of this IdcsAuthConfiguration.
domain_id [Required] Gets the domain_id of this IdcsAuthConfiguration.
type [Required] Gets the type of this AuthConfiguration.

Methods

__init__(**kwargs) Initializes a new IdcsAuthConfiguration 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_IAM = 'IAM'
TYPE_IDCS = 'IDCS'
TYPE_IDCS_CUSTOM_SERVICE = 'IDCS_CUSTOM_SERVICE'
__init__(**kwargs)

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

Parameters:
  • type (str) – The value to assign to the type property of this IdcsAuthConfiguration. Allowed values for this property are: “IDCS”, “IAM”, “IDCS_CUSTOM_SERVICE”
  • domain_id (str) – The value to assign to the domain_id property of this IdcsAuthConfiguration.
  • application_name (str) – The value to assign to the application_name property of this IdcsAuthConfiguration.
application_name

Gets the application_name of this IdcsAuthConfiguration. Name of the IDCS application

Returns:The application_name of this IdcsAuthConfiguration.
Return type:str
domain_id

[Required] Gets the domain_id of this IdcsAuthConfiguration. Identity Domain OCID

Returns:The domain_id of this IdcsAuthConfiguration.
Return type: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.

type

[Required] Gets the type of this AuthConfiguration. Type of AuthN/Z

Allowed values for this property are: “IDCS”, “IAM”, “IDCS_CUSTOM_SERVICE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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