ApexDataAccessDetails¶
-
class
oci.iot.models.
ApexDataAccessDetails
(**kwargs)¶ Bases:
oci.iot.models.configure_iot_domain_data_access_details.ConfigureIotDomainDataAccessDetails
This contains configuration for apex data access.
Attributes
TYPE_APEX
str(object=’’) -> str TYPE_DIRECT
str(object=’’) -> str TYPE_ORDS
str(object=’’) -> str db_workspace_admin_initial_password
[Required] Gets the db_workspace_admin_initial_password of this ApexDataAccessDetails. type
[Required] Gets the type of this ConfigureIotDomainDataAccessDetails. Methods
__init__
(**kwargs)Initializes a new ApexDataAccessDetails 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_APEX
= 'APEX'¶
-
TYPE_DIRECT
= 'DIRECT'¶
-
TYPE_ORDS
= 'ORDS'¶
-
__init__
(**kwargs)¶ Initializes a new ApexDataAccessDetails object with values from keyword arguments. The default value of the
type
attribute of this class isAPEX
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 ApexDataAccessDetails. Allowed values for this property are: “DIRECT”, “ORDS”, “APEX”
- db_workspace_admin_initial_password (str) – The value to assign to the db_workspace_admin_initial_password property of this ApexDataAccessDetails.
-
db_workspace_admin_initial_password
¶ [Required] Gets the db_workspace_admin_initial_password of this ApexDataAccessDetails. Initial admin password for APEX workspace associated with the IoT domain.
Returns: The db_workspace_admin_initial_password of this ApexDataAccessDetails. 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 ConfigureIotDomainDataAccessDetails. configuration type
Allowed values for this property are: “DIRECT”, “ORDS”, “APEX”
Returns: The type of this ConfigureIotDomainDataAccessDetails. Return type: str
-