You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ID of the resource requested. Should not be specified if group_id is specified.
[optional]
access_level_remote_id
str
The ID of the access level requested on the remote system.
[optional]
access_level_name
str
The ID of the access level requested on the remote system. This field is deprecated and no longer required. We will populate based on the access_level_remote_id.
[optional]
Example
fromopal_security.models.create_request_info_resources_innerimportCreateRequestInfoResourcesInner# TODO update the JSON string belowjson="{}"# create an instance of CreateRequestInfoResourcesInner from a JSON stringcreate_request_info_resources_inner_instance=CreateRequestInfoResourcesInner.from_json(json)
# print the JSON string representation of the objectprint(CreateRequestInfoResourcesInner.to_json())
# convert the object into a dictcreate_request_info_resources_inner_dict=create_request_info_resources_inner_instance.to_dict()
# create an instance of CreateRequestInfoResourcesInner from a dictcreate_request_info_resources_inner_from_dict=CreateRequestInfoResourcesInner.from_dict(create_request_info_resources_inner_dict)