DirectDataAccessDetails¶
-
class
oci.iot.models.
DirectDataAccessDetails
(**kwargs)¶ Bases:
oci.iot.models.configure_iot_domain_data_access_details.ConfigureIotDomainDataAccessDetails
This contains configuration for direct data access.
Attributes
TYPE_APEX
str(object=’’) -> str TYPE_DIRECT
str(object=’’) -> str TYPE_ORDS
str(object=’’) -> str db_allow_listed_identity_group_names
[Required] Gets the db_allow_listed_identity_group_names of this DirectDataAccessDetails. type
[Required] Gets the type of this ConfigureIotDomainDataAccessDetails. Methods
__init__
(**kwargs)Initializes a new DirectDataAccessDetails 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 DirectDataAccessDetails object with values from keyword arguments. The default value of the
type
attribute of this class isDIRECT
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 DirectDataAccessDetails. Allowed values for this property are: “DIRECT”, “ORDS”, “APEX”
- db_allow_listed_identity_group_names (list[str]) – The value to assign to the db_allow_listed_identity_group_names property of this DirectDataAccessDetails.
-
db_allow_listed_identity_group_names
¶ [Required] Gets the db_allow_listed_identity_group_names of this DirectDataAccessDetails. List of IAM groups of form described in here that are allowed to directly connect to the data host.
Returns: The db_allow_listed_identity_group_names of this DirectDataAccessDetails. Return type: list[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
-