github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/CustomRole.md (about)

     1  # CustomRole
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Links** | [***Links**](Links.md) |  | [optional] [default to null]
     7  **Name** | **string** | Name of the custom role. | [optional] [default to null]
     8  **Key** | **string** | The 20-hexdigit id or the key for a custom role. | [optional] [default to null]
     9  **Description** | **string** | Description of the custom role. | [optional] [default to null]
    10  **Id** | **string** | The unique resource id. | [optional] [default to null]
    11  **Policy** | [**[]Policy**](Policy.md) |  | [optional] [default to null]
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15