OciConsoleSignOnPolicyConsentConsentSignedBy¶
-
class
oci.identity_domains.models.
OciConsoleSignOnPolicyConsentConsentSignedBy
(**kwargs)¶ Bases:
object
User or App that signs the consent.
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: complex - uniqueness: none
Attributes
TYPE_APP
A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentConsentSignedBy. TYPE_USER
A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentConsentSignedBy. display_name
[Required] Gets the display_name of this OciConsoleSignOnPolicyConsentConsentSignedBy. ocid
[Required] Gets the ocid of this OciConsoleSignOnPolicyConsentConsentSignedBy. type
[Required] Gets the type of this OciConsoleSignOnPolicyConsentConsentSignedBy. value
[Required] Gets the value of this OciConsoleSignOnPolicyConsentConsentSignedBy. Methods
__init__
(**kwargs)Initializes a new OciConsoleSignOnPolicyConsentConsentSignedBy object with values from keyword arguments. -
TYPE_APP
= 'App'¶ A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentConsentSignedBy. This constant has a value of “App”
-
TYPE_USER
= 'User'¶ A constant which can be used with the type property of a OciConsoleSignOnPolicyConsentConsentSignedBy. This constant has a value of “User”
-
__init__
(**kwargs)¶ Initializes a new OciConsoleSignOnPolicyConsentConsentSignedBy 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 OciConsoleSignOnPolicyConsentConsentSignedBy.
- ocid (str) – The value to assign to the ocid property of this OciConsoleSignOnPolicyConsentConsentSignedBy.
- display_name (str) – The value to assign to the display_name property of this OciConsoleSignOnPolicyConsentConsentSignedBy.
- type (str) – The value to assign to the type property of this OciConsoleSignOnPolicyConsentConsentSignedBy. Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
display_name
¶ [Required] Gets the display_name of this OciConsoleSignOnPolicyConsentConsentSignedBy. Name of the User or App that signed consent.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
Returns: The display_name of this OciConsoleSignOnPolicyConsentConsentSignedBy. Return type: str
-
ocid
¶ [Required] Gets the ocid of this OciConsoleSignOnPolicyConsentConsentSignedBy. OCID of the User or App that signed consent.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
Returns: The ocid of this OciConsoleSignOnPolicyConsentConsentSignedBy. Return type: str
-
type
¶ [Required] Gets the type of this OciConsoleSignOnPolicyConsentConsentSignedBy. Type of principal that signed consent: User or App.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this OciConsoleSignOnPolicyConsentConsentSignedBy. Return type: str
-
value
¶ [Required] Gets the value of this OciConsoleSignOnPolicyConsentConsentSignedBy. Id of the User or App that signed consent.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
Returns: The value of this OciConsoleSignOnPolicyConsentConsentSignedBy. Return type: str
-