IdcsCustomServiceAuthConfiguration

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

Bases: oci.data_science.models.auth_configuration.AuthConfiguration

Using existing Oracle Cloud Service for online prediction AuthN/Z

Attributes

TYPE_IAM str(object=’’) -> str
TYPE_IDCS str(object=’’) -> str
TYPE_IDCS_CUSTOM_SERVICE str(object=’’) -> str
application_name [Required] Gets the application_name of this IdcsCustomServiceAuthConfiguration.
audience [Required] Gets the audience of this IdcsCustomServiceAuthConfiguration.
idcs_stripe_uri [Required] Gets the idcs_stripe_uri of this IdcsCustomServiceAuthConfiguration.
role_name [Required] Gets the role_name of this IdcsCustomServiceAuthConfiguration.
scope [Required] Gets the scope of this IdcsCustomServiceAuthConfiguration.
type [Required] Gets the type of this AuthConfiguration.

Methods

__init__(**kwargs) Initializes a new IdcsCustomServiceAuthConfiguration 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 IdcsCustomServiceAuthConfiguration object with values from keyword arguments. The default value of the type attribute of this class is IDCS_CUSTOM_SERVICE 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 IdcsCustomServiceAuthConfiguration. Allowed values for this property are: “IDCS”, “IAM”, “IDCS_CUSTOM_SERVICE”
  • idcs_stripe_uri (str) – The value to assign to the idcs_stripe_uri property of this IdcsCustomServiceAuthConfiguration.
  • audience (str) – The value to assign to the audience property of this IdcsCustomServiceAuthConfiguration.
  • scope (str) – The value to assign to the scope property of this IdcsCustomServiceAuthConfiguration.
  • application_name (str) – The value to assign to the application_name property of this IdcsCustomServiceAuthConfiguration.
  • role_name (str) – The value to assign to the role_name property of this IdcsCustomServiceAuthConfiguration.
application_name

[Required] Gets the application_name of this IdcsCustomServiceAuthConfiguration. Name of the IDCS application

Returns:The application_name of this IdcsCustomServiceAuthConfiguration.
Return type:str
audience

[Required] Gets the audience of this IdcsCustomServiceAuthConfiguration. Audience of the IDCS application

Returns:The audience of this IdcsCustomServiceAuthConfiguration.
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.

idcs_stripe_uri

[Required] Gets the idcs_stripe_uri of this IdcsCustomServiceAuthConfiguration. URI of IDCS Stripe

Returns:The idcs_stripe_uri of this IdcsCustomServiceAuthConfiguration.
Return type:str
role_name

[Required] Gets the role_name of this IdcsCustomServiceAuthConfiguration. Name of the IDCS application role

Returns:The role_name of this IdcsCustomServiceAuthConfiguration.
Return type:str
scope

[Required] Gets the scope of this IdcsCustomServiceAuthConfiguration. Scope of the IDCS application

Returns:The scope of this IdcsCustomServiceAuthConfiguration.
Return type:str
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