OciConsoleSignOnPolicyConsentModifiedResource

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

Bases: object

The modified Policy, Rule, ConditionGroup or Condition during consent signing.

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

Attributes

TYPE_CONDITION A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource.
TYPE_CONDITION_GROUP A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource.
TYPE_POLICY A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource.
TYPE_RULE A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource.
ocid [Required] Gets the ocid of this OciConsoleSignOnPolicyConsentModifiedResource.
type [Required] Gets the type of this OciConsoleSignOnPolicyConsentModifiedResource.
value [Required] Gets the value of this OciConsoleSignOnPolicyConsentModifiedResource.

Methods

__init__(**kwargs) Initializes a new OciConsoleSignOnPolicyConsentModifiedResource object with values from keyword arguments.
TYPE_CONDITION = 'Condition'

A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource. This constant has a value of “Condition”

TYPE_CONDITION_GROUP = 'ConditionGroup'

A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource. This constant has a value of “ConditionGroup”

TYPE_POLICY = 'Policy'

A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource. This constant has a value of “Policy”

TYPE_RULE = 'Rule'

A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentModifiedResource. This constant has a value of “Rule”

__init__(**kwargs)

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

Parameters:
  • value (str) – The value to assign to the value property of this OciConsoleSignOnPolicyConsentModifiedResource.
  • ocid (str) – The value to assign to the ocid property of this OciConsoleSignOnPolicyConsentModifiedResource.
  • type (str) – The value to assign to the type property of this OciConsoleSignOnPolicyConsentModifiedResource. Allowed values for this property are: “Policy”, “Rule”, “ConditionGroup”, “Condition”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
ocid

[Required] Gets the ocid of this OciConsoleSignOnPolicyConsentModifiedResource. The modified Policy, Rule, ConditionGroup, or Condition OCID.

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

[Required] Gets the type of this OciConsoleSignOnPolicyConsentModifiedResource. The Modified Resource type - Policy, Rule, ConditionGroup, or Condition. A label that indicates the resource type.

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

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

Returns:The type of this OciConsoleSignOnPolicyConsentModifiedResource.
Return type:str
value

[Required] Gets the value of this OciConsoleSignOnPolicyConsentModifiedResource. Modified Policy, Rule, ConditionGroup or Condition Id.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
Returns:The value of this OciConsoleSignOnPolicyConsentModifiedResource.
Return type:str