Name | Type | Description | Notes |
---|---|---|---|
name | String | A human-friendly name for the custom role | |
key | String | The custom role key | |
description | String | Description of custom role | [optional] |
policy | Array<StatementPost> | ||
base_permissions | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomRolePostData.new(
name: Ops team,
key: ops-team,
description: An example role for members of the ops team,
policy: null,
base_permissions: null
)