IamAuthConfiguration¶
-
class
oci.data_science.models.
IamAuthConfiguration
(**kwargs)¶ Bases:
oci.data_science.models.auth_configuration.AuthConfiguration
Configuration of IAM AuthN/Z for online prediction
Attributes
TYPE_IAM
str(object=’’) -> str TYPE_IDCS
str(object=’’) -> str TYPE_IDCS_CUSTOM_SERVICE
str(object=’’) -> str type
[Required] Gets the type of this AuthConfiguration. Methods
__init__
(**kwargs)Initializes a new IamAuthConfiguration 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 IamAuthConfiguration object with values from keyword arguments. The default value of the
type
attribute of this class isIAM
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 IamAuthConfiguration. Allowed values for this property are: “IDCS”, “IAM”, “IDCS_CUSTOM_SERVICE”
-
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
-