IdentityConfiguration

class oci.bds.models.IdentityConfiguration(**kwargs)

Bases: object

Details about the identity configuration

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a IdentityConfiguration.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a IdentityConfiguration.
confidential_application_id [Required] Gets the confidential_application_id of this IdentityConfiguration.
display_name [Required] Gets the display_name of this IdentityConfiguration.
iam_user_sync_configuration Gets the iam_user_sync_configuration of this IdentityConfiguration.
id [Required] Gets the id of this IdentityConfiguration.
identity_domain_id [Required] Gets the identity_domain_id of this IdentityConfiguration.
lifecycle_state [Required] Gets the lifecycle_state of this IdentityConfiguration.
time_created [Required] Gets the time_created of this IdentityConfiguration.
time_updated [Required] Gets the time_updated of this IdentityConfiguration.
upst_configuration Gets the upst_configuration of this IdentityConfiguration.

Methods

__init__(**kwargs) Initializes a new IdentityConfiguration object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a IdentityConfiguration. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a IdentityConfiguration. This constant has a value of “DELETED”

__init__(**kwargs)

Initializes a new IdentityConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this IdentityConfiguration.
  • display_name (str) – The value to assign to the display_name property of this IdentityConfiguration.
  • identity_domain_id (str) – The value to assign to the identity_domain_id property of this IdentityConfiguration.
  • confidential_application_id (str) – The value to assign to the confidential_application_id property of this IdentityConfiguration.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this IdentityConfiguration. Allowed values for this property are: “ACTIVE”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this IdentityConfiguration.
  • time_updated (datetime) – The value to assign to the time_updated property of this IdentityConfiguration.
  • iam_user_sync_configuration (oci.bds.models.IamUserSyncConfiguration) – The value to assign to the iam_user_sync_configuration property of this IdentityConfiguration.
  • upst_configuration (oci.bds.models.UpstConfiguration) – The value to assign to the upst_configuration property of this IdentityConfiguration.
confidential_application_id

[Required] Gets the confidential_application_id of this IdentityConfiguration. identity domain confidential application ID for the identity config

Returns:The confidential_application_id of this IdentityConfiguration.
Return type:str
display_name

[Required] Gets the display_name of this IdentityConfiguration. the display name of the identity configuration

Returns:The display_name of this IdentityConfiguration.
Return type:str
iam_user_sync_configuration

Gets the iam_user_sync_configuration of this IdentityConfiguration.

Returns:The iam_user_sync_configuration of this IdentityConfiguration.
Return type:oci.bds.models.IamUserSyncConfiguration
id

[Required] Gets the id of this IdentityConfiguration. The id of the UPST config

Returns:The id of this IdentityConfiguration.
Return type:str
identity_domain_id

[Required] Gets the identity_domain_id of this IdentityConfiguration. Identity domain to use for identity config

Returns:The identity_domain_id of this IdentityConfiguration.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this IdentityConfiguration. Lifecycle state of the identity configuration

Allowed values for this property are: “ACTIVE”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this IdentityConfiguration.
Return type:str
time_created

[Required] Gets the time_created of this IdentityConfiguration. Time when this identity configuration was created, shown as an RFC 3339 formatted datetime string.

Returns:The time_created of this IdentityConfiguration.
Return type:datetime
time_updated

[Required] Gets the time_updated of this IdentityConfiguration. Time when this identity configuration config was updated, shown as an RFC 3339 formatted datetime string.

Returns:The time_updated of this IdentityConfiguration.
Return type:datetime
upst_configuration

Gets the upst_configuration of this IdentityConfiguration.

Returns:The upst_configuration of this IdentityConfiguration.
Return type:oci.bds.models.UpstConfiguration