OciConsoleSignOnPolicyConsent

class oci.identity_domains.models.OciConsoleSignOnPolicyConsent(**kwargs)

Bases: object

The “Security Policy for OCI Console” sign-on policy consent resource used to record consents. The schema to record the “Security Policy for OCI Console” sign-on policy consent.

Attributes

CHANGE_TYPE_MODIFIED A constant which can be used with the change_type property of a OciConsoleSignOnPolicyConsent.
CHANGE_TYPE_RESTORED_TO_FACTORY_DEFAULT A constant which can be used with the change_type property of a OciConsoleSignOnPolicyConsent.
IDCS_PREVENTED_OPERATIONS_DELETE A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent.
IDCS_PREVENTED_OPERATIONS_REPLACE A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent.
IDCS_PREVENTED_OPERATIONS_UPDATE A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent.
change_type [Required] Gets the change_type of this OciConsoleSignOnPolicyConsent.
client_ip [Required] Gets the client_ip of this OciConsoleSignOnPolicyConsent.
compartment_ocid Gets the compartment_ocid of this OciConsoleSignOnPolicyConsent.
consent_signed_by [Required] Gets the consent_signed_by of this OciConsoleSignOnPolicyConsent.
delete_in_progress Gets the delete_in_progress of this OciConsoleSignOnPolicyConsent.
domain_ocid Gets the domain_ocid of this OciConsoleSignOnPolicyConsent.
id Gets the id of this OciConsoleSignOnPolicyConsent.
idcs_created_by Gets the idcs_created_by of this OciConsoleSignOnPolicyConsent.
idcs_last_modified_by Gets the idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.
idcs_last_upgraded_in_release Gets the idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent.
idcs_prevented_operations Gets the idcs_prevented_operations of this OciConsoleSignOnPolicyConsent.
justification [Required] Gets the justification of this OciConsoleSignOnPolicyConsent.
meta Gets the meta of this OciConsoleSignOnPolicyConsent.
modified_resource [Required] Gets the modified_resource of this OciConsoleSignOnPolicyConsent.
notification_recipients [Required] Gets the notification_recipients of this OciConsoleSignOnPolicyConsent.
ocid Gets the ocid of this OciConsoleSignOnPolicyConsent.
policy_resource [Required] Gets the policy_resource of this OciConsoleSignOnPolicyConsent.
reason Gets the reason of this OciConsoleSignOnPolicyConsent.
schemas [Required] Gets the schemas of this OciConsoleSignOnPolicyConsent.
tags Gets the tags of this OciConsoleSignOnPolicyConsent.
tenancy_ocid Gets the tenancy_ocid of this OciConsoleSignOnPolicyConsent.
time_consent_signed [Required] Gets the time_consent_signed of this OciConsoleSignOnPolicyConsent.

Methods

__init__(**kwargs) Initializes a new OciConsoleSignOnPolicyConsent object with values from keyword arguments.
CHANGE_TYPE_MODIFIED = 'MODIFIED'

A constant which can be used with the change_type property of a OciConsoleSignOnPolicyConsent. This constant has a value of “MODIFIED”

CHANGE_TYPE_RESTORED_TO_FACTORY_DEFAULT = 'RESTORED_TO_FACTORY_DEFAULT'

A constant which can be used with the change_type property of a OciConsoleSignOnPolicyConsent. This constant has a value of “RESTORED_TO_FACTORY_DEFAULT”

IDCS_PREVENTED_OPERATIONS_DELETE = 'delete'

A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent. This constant has a value of “delete”

IDCS_PREVENTED_OPERATIONS_REPLACE = 'replace'

A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent. This constant has a value of “replace”

IDCS_PREVENTED_OPERATIONS_UPDATE = 'update'

A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent. This constant has a value of “update”

__init__(**kwargs)

Initializes a new OciConsoleSignOnPolicyConsent 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 OciConsoleSignOnPolicyConsent.
  • ocid (str) – The value to assign to the ocid property of this OciConsoleSignOnPolicyConsent.
  • schemas (list[str]) – The value to assign to the schemas property of this OciConsoleSignOnPolicyConsent.
  • meta (oci.identity_domains.models.Meta) – The value to assign to the meta property of this OciConsoleSignOnPolicyConsent.
  • idcs_created_by (oci.identity_domains.models.IdcsCreatedBy) – The value to assign to the idcs_created_by property of this OciConsoleSignOnPolicyConsent.
  • idcs_last_modified_by (oci.identity_domains.models.IdcsLastModifiedBy) – The value to assign to the idcs_last_modified_by property of this OciConsoleSignOnPolicyConsent.
  • idcs_prevented_operations (list[str]) – The value to assign to the idcs_prevented_operations property of this OciConsoleSignOnPolicyConsent. Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • tags (list[oci.identity_domains.models.Tags]) – The value to assign to the tags property of this OciConsoleSignOnPolicyConsent.
  • delete_in_progress (bool) – The value to assign to the delete_in_progress property of this OciConsoleSignOnPolicyConsent.
  • idcs_last_upgraded_in_release (str) – The value to assign to the idcs_last_upgraded_in_release property of this OciConsoleSignOnPolicyConsent.
  • domain_ocid (str) – The value to assign to the domain_ocid property of this OciConsoleSignOnPolicyConsent.
  • compartment_ocid (str) – The value to assign to the compartment_ocid property of this OciConsoleSignOnPolicyConsent.
  • tenancy_ocid (str) – The value to assign to the tenancy_ocid property of this OciConsoleSignOnPolicyConsent.
  • consent_signed_by (oci.identity_domains.models.OciConsoleSignOnPolicyConsentConsentSignedBy) – The value to assign to the consent_signed_by property of this OciConsoleSignOnPolicyConsent.
  • modified_resource (oci.identity_domains.models.OciConsoleSignOnPolicyConsentModifiedResource) – The value to assign to the modified_resource property of this OciConsoleSignOnPolicyConsent.
  • policy_resource (oci.identity_domains.models.OciConsoleSignOnPolicyConsentPolicyResource) – The value to assign to the policy_resource property of this OciConsoleSignOnPolicyConsent.
  • change_type (str) – The value to assign to the change_type property of this OciConsoleSignOnPolicyConsent. Allowed values for this property are: “MODIFIED”, “RESTORED_TO_FACTORY_DEFAULT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • client_ip (str) – The value to assign to the client_ip property of this OciConsoleSignOnPolicyConsent.
  • justification (str) – The value to assign to the justification property of this OciConsoleSignOnPolicyConsent.
  • reason (str) – The value to assign to the reason property of this OciConsoleSignOnPolicyConsent.
  • time_consent_signed (str) – The value to assign to the time_consent_signed property of this OciConsoleSignOnPolicyConsent.
  • notification_recipients (list[str]) – The value to assign to the notification_recipients property of this OciConsoleSignOnPolicyConsent.
change_type

[Required] Gets the change_type of this OciConsoleSignOnPolicyConsent. Change Type - MODIFIED or RESTORED_TO_FACTORY_DEFAULT

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none

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

Returns:The change_type of this OciConsoleSignOnPolicyConsent.
Return type:str
client_ip

[Required] Gets the client_ip of this OciConsoleSignOnPolicyConsent. Client IP of the Consent Signer

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The client_ip of this OciConsoleSignOnPolicyConsent.
Return type:str
compartment_ocid

Gets the compartment_ocid of this OciConsoleSignOnPolicyConsent. OCI Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The compartment_ocid of this OciConsoleSignOnPolicyConsent.
Return type:str
consent_signed_by

[Required] Gets the consent_signed_by of this OciConsoleSignOnPolicyConsent.

Returns:The consent_signed_by of this OciConsoleSignOnPolicyConsent.
Return type:oci.identity_domains.models.OciConsoleSignOnPolicyConsentConsentSignedBy
delete_in_progress

Gets the delete_in_progress of this OciConsoleSignOnPolicyConsent. A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The delete_in_progress of this OciConsoleSignOnPolicyConsent.
Return type:bool
domain_ocid

Gets the domain_ocid of this OciConsoleSignOnPolicyConsent. OCI Domain Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The domain_ocid of this OciConsoleSignOnPolicyConsent.
Return type:str
id

Gets the id of this OciConsoleSignOnPolicyConsent. Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider’s entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: global
Returns:The id of this OciConsoleSignOnPolicyConsent.
Return type:str
idcs_created_by

Gets the idcs_created_by of this OciConsoleSignOnPolicyConsent.

Returns:The idcs_created_by of this OciConsoleSignOnPolicyConsent.
Return type:oci.identity_domains.models.IdcsCreatedBy
idcs_last_modified_by

Gets the idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.

Returns:The idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.
Return type:oci.identity_domains.models.IdcsLastModifiedBy
idcs_last_upgraded_in_release

Gets the idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent. The release number when the resource was upgraded.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent.
Return type:str
idcs_prevented_operations

Gets the idcs_prevented_operations of this OciConsoleSignOnPolicyConsent. Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none

Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The idcs_prevented_operations of this OciConsoleSignOnPolicyConsent.
Return type:list[str]
justification

[Required] Gets the justification of this OciConsoleSignOnPolicyConsent. The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the “Security Policy for OCI Console” sign-on policy shipped by Oracle.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The justification of this OciConsoleSignOnPolicyConsent.
Return type:str
meta

Gets the meta of this OciConsoleSignOnPolicyConsent.

Returns:The meta of this OciConsoleSignOnPolicyConsent.
Return type:oci.identity_domains.models.Meta
modified_resource

[Required] Gets the modified_resource of this OciConsoleSignOnPolicyConsent.

Returns:The modified_resource of this OciConsoleSignOnPolicyConsent.
Return type:oci.identity_domains.models.OciConsoleSignOnPolicyConsentModifiedResource
notification_recipients

[Required] Gets the notification_recipients of this OciConsoleSignOnPolicyConsent. The recipients of the email notification for the change in consent.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
Returns:The notification_recipients of this OciConsoleSignOnPolicyConsent.
Return type:list[str]
ocid

Gets the ocid of this OciConsoleSignOnPolicyConsent. Unique OCI identifier for the SCIM Resource.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
Returns:The ocid of this OciConsoleSignOnPolicyConsent.
Return type:str
policy_resource

[Required] Gets the policy_resource of this OciConsoleSignOnPolicyConsent.

Returns:The policy_resource of this OciConsoleSignOnPolicyConsent.
Return type:oci.identity_domains.models.OciConsoleSignOnPolicyConsentPolicyResource
reason

Gets the reason of this OciConsoleSignOnPolicyConsent. The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the “Security Policy for OCI Console” sign-on policy shipped by Oracle.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The reason of this OciConsoleSignOnPolicyConsent.
Return type:str
schemas

[Required] Gets the schemas of this OciConsoleSignOnPolicyConsent. REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard “enterprise” extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The schemas of this OciConsoleSignOnPolicyConsent.
Return type:list[str]
tags

Gets the tags of this OciConsoleSignOnPolicyConsent. A list of tags on this resource.

SCIM++ Properties:
  • idcsCompositeKey: [key, value]
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
Returns:The tags of this OciConsoleSignOnPolicyConsent.
Return type:list[oci.identity_domains.models.Tags]
tenancy_ocid

Gets the tenancy_ocid of this OciConsoleSignOnPolicyConsent. OCI Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The tenancy_ocid of this OciConsoleSignOnPolicyConsent.
Return type:str

[Required] Gets the time_consent_signed of this OciConsoleSignOnPolicyConsent. Time when Consent was signed.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: dateTime
  • uniqueness: none
Returns:The time_consent_signed of this OciConsoleSignOnPolicyConsent.
Return type:str