Type alias NewOrganisationManagedSecret

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