Skip to main content
Version: 8.9 (unreleased)

Type Alias: ResourceResult

type ResourceResult = object;

Defined in: gen/types.gen.ts:2166

Properties

resourceId?

optional resourceId: string;

Defined in: gen/types.gen.ts:2182

The resource ID of this resource.


resourceKey?

optional resourceKey: ResourceKey;

Defined in: gen/types.gen.ts:2190

The unique key of this resource.


resourceName?

optional resourceName: string;

Defined in: gen/types.gen.ts:2170

The resource name from which this resource was parsed.


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:2186

The tenant ID of this resource.


version?

optional version: number;

Defined in: gen/types.gen.ts:2174

The assigned resource version.


versionTag?

optional versionTag: string;

Defined in: gen/types.gen.ts:2178

The version tag of this resource.