OciConsoleSignOnPolicyConsentPolicyResource

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

Bases: object

Policy Resource

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

Methods

__init__(**kwargs) Initializes a new OciConsoleSignOnPolicyConsentPolicyResource object with values from keyword arguments.

Attributes

ocid [Required] Gets the ocid of this OciConsoleSignOnPolicyConsentPolicyResource.
value [Required] Gets the value of this OciConsoleSignOnPolicyConsentPolicyResource.
__init__(**kwargs)

Initializes a new OciConsoleSignOnPolicyConsentPolicyResource 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 OciConsoleSignOnPolicyConsentPolicyResource.
  • ocid (str) – The value to assign to the ocid property of this OciConsoleSignOnPolicyConsentPolicyResource.
ocid

[Required] Gets the ocid of this OciConsoleSignOnPolicyConsentPolicyResource. Policy Resource Ocid

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

[Required] Gets the value of this OciConsoleSignOnPolicyConsentPolicyResource. Policy Resource Id

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