GrantGrantor¶
-
class
oci.identity_domains.models.
GrantGrantor
(**kwargs)¶ Bases:
object
User conferring the grant to the beneficiary
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readOnly - idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete: true - required: false - returned: default - type: complex
Attributes
TYPE_APP
A constant which can be used with the type property of a GrantGrantor. TYPE_APP_ENTITLEMENT_COLLECTION
A constant which can be used with the type property of a GrantGrantor. TYPE_DYNAMIC_RESOURCE_GROUP
A constant which can be used with the type property of a GrantGrantor. TYPE_GROUP
A constant which can be used with the type property of a GrantGrantor. TYPE_USER
A constant which can be used with the type property of a GrantGrantor. display
Gets the display of this GrantGrantor. ref
Gets the ref of this GrantGrantor. type
[Required] Gets the type of this GrantGrantor. value
Gets the value of this GrantGrantor. Methods
__init__
(**kwargs)Initializes a new GrantGrantor object with values from keyword arguments. -
TYPE_APP
= 'App'¶ A constant which can be used with the type property of a GrantGrantor. This constant has a value of “App”
-
TYPE_APP_ENTITLEMENT_COLLECTION
= 'AppEntitlementCollection'¶ A constant which can be used with the type property of a GrantGrantor. This constant has a value of “AppEntitlementCollection”
-
TYPE_DYNAMIC_RESOURCE_GROUP
= 'DynamicResourceGroup'¶ A constant which can be used with the type property of a GrantGrantor. This constant has a value of “DynamicResourceGroup”
-
TYPE_GROUP
= 'Group'¶ A constant which can be used with the type property of a GrantGrantor. This constant has a value of “Group”
-
TYPE_USER
= 'User'¶ A constant which can be used with the type property of a GrantGrantor. This constant has a value of “User”
-
__init__
(**kwargs)¶ Initializes a new GrantGrantor 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 GrantGrantor.
- ref (str) – The value to assign to the ref property of this GrantGrantor.
- type (str) – The value to assign to the type property of this GrantGrantor. Allowed values for this property are: “User”, “App”, “Group”, “AppEntitlementCollection”, “DynamicResourceGroup”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display (str) – The value to assign to the display property of this GrantGrantor.
-
display
¶ Gets the display of this GrantGrantor. Grantor display name
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The display of this GrantGrantor. Return type: str
-
ref
¶ Gets the ref of this GrantGrantor. Grantor URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this GrantGrantor. Return type: str
-
type
¶ [Required] Gets the type of this GrantGrantor. Resource type of the grantor. Allowed values are User and App.
- SCIM++ Properties:
- caseExact: true
- idcsDefaultValue: User
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “User”, “App”, “Group”, “AppEntitlementCollection”, “DynamicResourceGroup”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this GrantGrantor. Return type: str
-
value
¶ Gets the value of this GrantGrantor. Grantor user identifier
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this GrantGrantor. Return type: str
-