Skip to content

TypeScript Function APIDocs


TypeScript Function API / asset_builder / ISecretPropBuilder

Interface: ISecretPropBuilder

Methods

setName()

setName(name): this

Parameters

name: string

Returns

this

Defined in

asset_builder.ts:795


setSecretKind()

setSecretKind(kind): this

Parameters

kind: string

Returns

this

Defined in

asset_builder.ts:797


setConnectionAnnotation()

setConnectionAnnotation(annotation): this

Parameters

annotation: string

Returns

this

Defined in

asset_builder.ts:799


setDocLinkRef()

setDocLinkRef(ref): this

Parameters

ref: string

Returns

this

Defined in

asset_builder.ts:801


setDocLink(link): this

Parameters

link: string

Returns

this

Defined in

asset_builder.ts:803


skipInputSocket()

skipInputSocket(): this

Returns

this

Defined in

asset_builder.ts:805


build()

build(): SecretPropDefinition

Returns

SecretPropDefinition

Defined in

asset_builder.ts:807