Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 741 Bytes

CustomRole.md

File metadata and controls

32 lines (26 loc) · 741 Bytes

LaunchDarklyApi::CustomRole

Properties

Name Type Description Notes
_id String
_links Hash<String, Link>
_access Access [optional]
description String [optional]
key String
name String
policy Array<Statement>
base_permissions String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomRole.new(
  _id: null,
  _links: null,
  _access: null,
  description: null,
  key: null,
  name: null,
  policy: null,
  base_permissions: null
)