CreateIdentityConfigurationDetails¶
-
class
oci.bds.models.
CreateIdentityConfigurationDetails
(**kwargs)¶ Bases:
object
Details for creating the identity configuration.
Methods
__init__
(**kwargs)Initializes a new CreateIdentityConfigurationDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this CreateIdentityConfigurationDetails. confidential_application_id
[Required] Gets the confidential_application_id of this CreateIdentityConfigurationDetails. display_name
[Required] Gets the display_name of this CreateIdentityConfigurationDetails. iam_user_sync_configuration_details
Gets the iam_user_sync_configuration_details of this CreateIdentityConfigurationDetails. identity_domain_id
[Required] Gets the identity_domain_id of this CreateIdentityConfigurationDetails. upst_configuration_details
Gets the upst_configuration_details of this CreateIdentityConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateIdentityConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this CreateIdentityConfigurationDetails.
- display_name (str) – The value to assign to the display_name property of this CreateIdentityConfigurationDetails.
- identity_domain_id (str) – The value to assign to the identity_domain_id property of this CreateIdentityConfigurationDetails.
- confidential_application_id (str) – The value to assign to the confidential_application_id property of this CreateIdentityConfigurationDetails.
- upst_configuration_details (oci.bds.models.UpstConfigurationDetails) – The value to assign to the upst_configuration_details property of this CreateIdentityConfigurationDetails.
- iam_user_sync_configuration_details (oci.bds.models.IamUserSyncConfigurationDetails) – The value to assign to the iam_user_sync_configuration_details property of this CreateIdentityConfigurationDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this CreateIdentityConfigurationDetails. Base-64 encoded password for the cluster admin user.
Returns: The cluster_admin_password of this CreateIdentityConfigurationDetails. Return type: str
-
confidential_application_id
¶ [Required] Gets the confidential_application_id of this CreateIdentityConfigurationDetails. Identity domain confidential application ID for the identity config, required for creating identity configuration
Returns: The confidential_application_id of this CreateIdentityConfigurationDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateIdentityConfigurationDetails. Display name of the identity configuration, required for creating identity configuration.
Returns: The display_name of this CreateIdentityConfigurationDetails. Return type: str
-
iam_user_sync_configuration_details
¶ Gets the iam_user_sync_configuration_details of this CreateIdentityConfigurationDetails.
Returns: The iam_user_sync_configuration_details of this CreateIdentityConfigurationDetails. Return type: oci.bds.models.IamUserSyncConfigurationDetails
-
identity_domain_id
¶ [Required] Gets the identity_domain_id of this CreateIdentityConfigurationDetails. Identity domain OCID to use for identity config, required for creating identity configuration
Returns: The identity_domain_id of this CreateIdentityConfigurationDetails. Return type: str
-
upst_configuration_details
¶ Gets the upst_configuration_details of this CreateIdentityConfigurationDetails.
Returns: The upst_configuration_details of this CreateIdentityConfigurationDetails. Return type: oci.bds.models.UpstConfigurationDetails
-