Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.38 KB

File metadata and controls

36 lines (29 loc) · 1.38 KB

RelayAutoConfigRep

Properties

Name Type Description Notes
_id string [default to undefined]
_creator MemberSummary [optional] [default to undefined]
_access Access [optional] [default to undefined]
name string A human-friendly name for the Relay Proxy configuration [default to undefined]
policy Array<Statement> A description of what environments and projects the Relay Proxy should include or exclude [default to undefined]
fullKey string The Relay Proxy configuration key [optional] [default to undefined]
displayKey string The last few characters of the Relay Proxy configuration key, displayed in the LaunchDarkly UI [default to undefined]
creationDate number [default to undefined]
lastModified number [default to undefined]

Example

import { RelayAutoConfigRep } from 'launchdarkly-api-typescript';

const instance: RelayAutoConfigRep = {
    _id,
    _creator,
    _access,
    name,
    policy,
    fullKey,
    displayKey,
    creationDate,
    lastModified,
};

[Back to Model list] [Back to API list] [Back to README]