Type Alias NewOrganisationManagedSecret

NewOrganisationManagedSecret: NewCustomerSecret & {
    label: string;
    organisationId: string;
}

Type declaration

  • label: string

    Display text to represent the secret

  • organisationId: string

    The identifier for the organisation associated with the secret.