Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 756 Bytes

AuthorizedAppDataRep.md

File metadata and controls

26 lines (20 loc) · 756 Bytes

LaunchDarklyApi::AuthorizedAppDataRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
_id String The ID of the authorized application [optional]
is_scim Boolean Whether the application is authorized through SCIM [optional]
name String The authorized application name [optional]
maintainer_name String The name of the maintainer for this authorized application [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AuthorizedAppDataRep.new(
  _links: null,
  _id: null,
  is_scim: null,
  name: null,
  maintainer_name: null
)