Type Alias entity_ResourceInfo

entity_ResourceInfo: {
    cloudResourceID?: string;
    iamResourceID?: string;
    resourceName?: string;
    resourcePlane?: string;
    resourceType?: string;
    status?: string;
}

Type declaration

  • OptionalcloudResourceID?: string

    CloudResourceID is the id of the resource in the cloud.

  • OptionaliamResourceID?: string

    IAMResourceID is the id of the resource in IAM.

  • OptionalresourceName?: string

    ResourceName is the name of the resource.

  • OptionalresourcePlane?: string

    ResourcePlane is the plane of the resource.

  • OptionalresourceType?: string

    ResourceType is the type of the resource.

  • Optionalstatus?: string

    Status is the status of the resource.