View Source Zitadel.User.V1.Membership (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.User.V1.Membership{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  details: Zitadel.V1.ObjectDetails.t() | nil,
  display_name: String.t(),
  roles: [String.t()],
  type:
    {:iam, boolean()}
    | {:org_id, String.t()}
    | {:project_id, String.t()}
    | {:project_grant_id, String.t()}
    | nil,
  user_id: String.t()
}

Link to this section Functions