LaunchDarklyApi::CustomRole
Name
Type
Description
Notes
_id
String
The ID of the custom role
_links
Hash<String, Link>
The location and content type of related resources
_access
Access
[optional]
description
String
The description of the custom role
[optional]
key
String
The key of the custom role
name
String
The name of the custom role
policy
Array<Statement>
An array of the policies that comprise this custom role
base_permissions
String
[optional]
resource_category
String
[optional]
assigned_to
AssignedToRep
[optional]
_preset_bundle_version
Integer
If created from a preset, the preset bundle version
[optional]
_preset_statements
Array<Statement>
If created from a preset, the read-only statements copied from the preset
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::CustomRole . new (
_id : 1234 a56b7c89d012345e678f ,
_links : null ,
_access : null ,
description : This custom role is just an example ,
key : example -custom -role ,
name : Example custom role ,
policy : null ,
base_permissions : null ,
resource_category : null ,
assigned_to : null ,
_preset_bundle_version : null ,
_preset_statements : null
)