IamUserSyncConfiguration

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

Bases: object

Information about the IAM user sync configuration.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a IamUserSyncConfiguration.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a IamUserSyncConfiguration.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a IamUserSyncConfiguration.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a IamUserSyncConfiguration.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a IamUserSyncConfiguration.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a IamUserSyncConfiguration.
is_posix_attributes_addition_required [Required] Gets the is_posix_attributes_addition_required of this IamUserSyncConfiguration.
lifecycle_state [Required] Gets the lifecycle_state of this IamUserSyncConfiguration.
time_created [Required] Gets the time_created of this IamUserSyncConfiguration.
time_updated [Required] Gets the time_updated of this IamUserSyncConfiguration.

Methods

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

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

__init__(**kwargs)

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

Parameters:
  • is_posix_attributes_addition_required (bool) – The value to assign to the is_posix_attributes_addition_required property of this IamUserSyncConfiguration.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this IamUserSyncConfiguration. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “UPDATING”, “FAILED”, ‘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 IamUserSyncConfiguration.
  • time_updated (datetime) – The value to assign to the time_updated property of this IamUserSyncConfiguration.
is_posix_attributes_addition_required

[Required] Gets the is_posix_attributes_addition_required of this IamUserSyncConfiguration. whether to append POSIX attributes to IAM users

Returns:The is_posix_attributes_addition_required of this IamUserSyncConfiguration.
Return type:bool
lifecycle_state

[Required] Gets the lifecycle_state of this IamUserSyncConfiguration. Lifecycle state of the IAM user sync config

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

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

[Required] Gets the time_created of this IamUserSyncConfiguration. Time when this IAM user sync config was created, shown as an RFC 3339 formatted datetime string.

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

[Required] Gets the time_updated of this IamUserSyncConfiguration. Time when this IAM user sync config was updated, shown as an RFC 3339 formatted datetime string.

Returns:The time_updated of this IamUserSyncConfiguration.
Return type:datetime