Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.15 KB

File metadata and controls

30 lines (21 loc) · 1.15 KB

ResourceSetBindingRoleLinks

Properties

Name Type Description Notes
var_self HrefObjectSelfLink [optional]
members HrefObject [optional]

Example

from okta.models.resource_set_binding_role_links import ResourceSetBindingRoleLinks

# TODO update the JSON string below
json = "{}"
# create an instance of ResourceSetBindingRoleLinks from a JSON string
resource_set_binding_role_links_instance = ResourceSetBindingRoleLinks.from_json(json)
# print the JSON string representation of the object
print(ResourceSetBindingRoleLinks.to_json())

# convert the object into a dict
resource_set_binding_role_links_dict = resource_set_binding_role_links_instance.to_dict()
# create an instance of ResourceSetBindingRoleLinks from a dict
resource_set_binding_role_links_from_dict = ResourceSetBindingRoleLinks.from_dict(resource_set_binding_role_links_dict)

[Back to Model list] [Back to API list] [Back to README]