Attributes for an OCI config.

Hierarchy

  • OCIConfigAttributes

Constructors

Properties

accountId: string

The OCID of the OCI tenancy.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: string

The timestamp when the OCI config was created.

errorMessages?: string[]

The error messages for the OCI config.

status: string

The status of the OCI config.

statusUpdatedAt: string

The timestamp when the OCI config status was last updated.

updatedAt: string

The timestamp when the OCI config was last updated.

Generated using TypeDoc