ResourceItem interface

Resources include Service Connections, Variable Groups and Secure Files.

Properties

createdBy

Gets or sets the identity who created the resource.

description

Gets or sets description of the resource.

iconUrl

Gets or sets icon url of the resource.

id

Gets or sets Id of the resource.

isOutdated

Indicates whether resource is outdated or not.

isShared

Indicates whether resource is shared with other projects or not.

name

Gets or sets name of the resource.

properties

Gets or sets internal properties of the resource.

resourceType

Gets or sets resource type.

Property Details

createdBy

Gets or sets the identity who created the resource.

createdBy: IdentityRef

Property Value

description

Gets or sets description of the resource.

description: string

Property Value

string

iconUrl

Gets or sets icon url of the resource.

iconUrl: string

Property Value

string

id

Gets or sets Id of the resource.

id: string

Property Value

string

isOutdated

Indicates whether resource is outdated or not.

isOutdated: boolean

Property Value

boolean

isShared

Indicates whether resource is shared with other projects or not.

isShared: boolean

Property Value

boolean

name

Gets or sets name of the resource.

name: string

Property Value

string

properties

Gets or sets internal properties of the resource.

properties: {[key: string]: string}

Property Value

{[key: string]: string}

resourceType

Gets or sets resource type.

resourceType: string

Property Value

string