{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "Role - Metadata API",
"description": "Represents a role in your organization.",
"file_information": ".role",
"directory_location": "roles",
"fields_columns": [
"type",
"description"
],
"fields": {
"fullName": {
"type": "string",
"description": "The unique identifier for API access. The fullName can contain only underscores and alphanumeric characters. It must be unique, begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. This field is inherited from the Metadata component. Corresponds to Role Name in the user interface."
},
"parentRole": {
"type": "string",
"description": "The role above this role in the hierarchy."
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"code": "\n\n Edit\n Edit\n Sample Role\n false\n R22\n Read\n"
}
]
}