GrantGrantee

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

Bases: object

Grantee beneficiary. The grantee may be a User, Group, App or DynamicResourceGroup.

SCIM++ Properties: - idcsCsvAttributeNameMappings: [[columnHeaderName:Grantee Name, csvColumnForResolvingResourceType:Grantee Type, mapsTo:grantee.value], [columnHeaderName:Grantee Type, mapsTo:grantee.type]] - 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 GrantGrantee.
TYPE_DYNAMIC_RESOURCE_GROUP A constant which can be used with the type property of a GrantGrantee.
TYPE_GROUP A constant which can be used with the type property of a GrantGrantee.
TYPE_USER A constant which can be used with the type property of a GrantGrantee.
display Gets the display of this GrantGrantee.
ref Gets the ref of this GrantGrantee.
type [Required] Gets the type of this GrantGrantee.
value [Required] Gets the value of this GrantGrantee.

Methods

__init__(**kwargs) Initializes a new GrantGrantee object with values from keyword arguments.
TYPE_APP = 'App'

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

TYPE_DYNAMIC_RESOURCE_GROUP = 'DynamicResourceGroup'

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

TYPE_GROUP = 'Group'

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

TYPE_USER = 'User'

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

__init__(**kwargs)

Initializes a new GrantGrantee 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 GrantGrantee.
  • ref (str) – The value to assign to the ref property of this GrantGrantee.
  • type (str) – The value to assign to the type property of this GrantGrantee. Allowed values for this property are: “User”, “Group”, “App”, “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 GrantGrantee.
display

Gets the display of this GrantGrantee. Grantee display name

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The display of this GrantGrantee.
Return type:str
ref

Gets the ref of this GrantGrantee. Grantee URI

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this GrantGrantee.
Return type:str
type

[Required] Gets the type of this GrantGrantee. Grantee resource type. Allowed values are User, Group, App and DynamicResourceGroup.

SCIM++ Properties:
  • caseExact: true
  • idcsCsvAttributeName: Member Type
  • idcsDefaultValue: User
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none

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

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

[Required] Gets the value of this GrantGrantee. Grantee identifier

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