DynamicResourceGroupDynamicGroupAppRoles

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

Bases: object

A list of appRoles that are currently granted to this Dynamic Resource Group. The Identity service will assert these AppRoles for any resource that satisfies the matching-rule of this DynamicResourceGroup.

Methods

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

Attributes

admin_role Gets the admin_role of this DynamicResourceGroupDynamicGroupAppRoles.
app_id Gets the app_id of this DynamicResourceGroupDynamicGroupAppRoles.
app_name Gets the app_name of this DynamicResourceGroupDynamicGroupAppRoles.
display Gets the display of this DynamicResourceGroupDynamicGroupAppRoles.
legacy_group_name Gets the legacy_group_name of this DynamicResourceGroupDynamicGroupAppRoles.
ref Gets the ref of this DynamicResourceGroupDynamicGroupAppRoles.
value [Required] Gets the value of this DynamicResourceGroupDynamicGroupAppRoles.
__init__(**kwargs)

Initializes a new DynamicResourceGroupDynamicGroupAppRoles 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 DynamicResourceGroupDynamicGroupAppRoles.
  • ref (str) – The value to assign to the ref property of this DynamicResourceGroupDynamicGroupAppRoles.
  • display (str) – The value to assign to the display property of this DynamicResourceGroupDynamicGroupAppRoles.
  • app_id (str) – The value to assign to the app_id property of this DynamicResourceGroupDynamicGroupAppRoles.
  • app_name (str) – The value to assign to the app_name property of this DynamicResourceGroupDynamicGroupAppRoles.
  • admin_role (bool) – The value to assign to the admin_role property of this DynamicResourceGroupDynamicGroupAppRoles.
  • legacy_group_name (str) – The value to assign to the legacy_group_name property of this DynamicResourceGroupDynamicGroupAppRoles.
admin_role

Gets the admin_role of this DynamicResourceGroupDynamicGroupAppRoles. If true, then the role provides administrative access privileges. READ-ONLY.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: boolean
  • uniqueness: none
Returns:The admin_role of this DynamicResourceGroupDynamicGroupAppRoles.
Return type:bool
app_id

Gets the app_id of this DynamicResourceGroupDynamicGroupAppRoles. ID of parent App. READ-ONLY.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The app_id of this DynamicResourceGroupDynamicGroupAppRoles.
Return type:str
app_name

Gets the app_name of this DynamicResourceGroupDynamicGroupAppRoles. Name of parent App. READ-ONLY.

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

Gets the display of this DynamicResourceGroupDynamicGroupAppRoles. A human readable name, primarily used for display purposes. READ-ONLY.

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

Gets the legacy_group_name of this DynamicResourceGroupDynamicGroupAppRoles. The name of the legacy group associated with this AppRole.

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

Gets the ref of this DynamicResourceGroupDynamicGroupAppRoles. The URI of the corresponding appRole resource to which the user belongs

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

[Required] Gets the value of this DynamicResourceGroupDynamicGroupAppRoles. The identifier of the appRole

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this DynamicResourceGroupDynamicGroupAppRoles.
Return type:str