Type Alias entity_Organization

entity_Organization: {
    creationTimestamp?: string;
    description?: string;
    displayName?: string;
    id?: number;
    labels?: string[];
    name?: string;
    owners?: string[];
    updateTimestamp?: string;
}

Type declaration

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the organization.

  • Optionaldescription?: string

    Description is a human-readable description of the organization.

  • OptionaldisplayName?: string

    DisplayName is the human-readable display name.

  • Optionalid?: number

    ID is the id of the organization.

  • Optionallabels?: string[]

    Labels are custom labels associated with the organization.

  • Optionalname?: string

    Name is the name of the organization.

  • Optionalowners?: string[]

    Owners is a list of owners for the organization.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the organization.