Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 880 Bytes

File metadata and controls

22 lines (15 loc) · 880 Bytes

RelayAutoConfigPost

Properties

Name Type Description Notes
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. To learn more, read Write an inline policy. [default to undefined]

Example

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

const instance: RelayAutoConfigPost = {
    name,
    policy,
};

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