Team membership attributes

Hierarchy

  • UserTeamAttributes

Constructors

Properties

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
provisionedBy?: string

The mechanism responsible for provisioning the team relationship. Possible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

provisionedById?: string

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

The user's role within the team

Generated using TypeDoc