Resources include Service Connections, Variable Groups and Secure Files.

interface ResourceItem {
    createdBy?: IdentityRef;
    description?: string;
    iconUrl?: string;
    id?: string;
    isOutdated?: boolean;
    isShared?: boolean;
    name?: string;
    properties?: { [key: string]: string };
    resourceType?: string;
}

Properties

createdBy?: IdentityRef

Gets or sets the identity who created the resource.

description?: string

Gets or sets description of the resource.

iconUrl?: string

Gets or sets icon url of the resource.

id?: string

Gets or sets Id of the resource.

isOutdated?: boolean

Indicates whether resource is outdated or not.

isShared?: boolean

Indicates whether resource is shared with other projects or not.

name?: string

Gets or sets name of the resource.

properties?: { [key: string]: string }

Gets or sets internal properties of the resource.

resourceType?: string

Gets or sets resource type.