# CapabilityDefinition
## Properties
**name** | **String** | An identifier for a capability that might be imported from a peer domain. If it is, it will bear an imported resource prefix (either a domain identifier or an alias, followed by ::) |
**unary** | **bool** | a unary capability does not have a value | [default to false]
**summary** | **String** | A short, single sentence description of this capability |
**description** | **String** | A longer form description of this capability |
**imported** | **bool** | Is this capability imported from a peer domain. Imported capabilities cannot be assigned to users, but can be referenced from domain policy rules |
**source_domain_id** | Option<**String**> | A globally unique identifier for a domain | [optional]
**source_domain_name** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)