Zitadel.Admin.V1.ListIDPsRequest (zitadel_api v1.0.0-rc.8) View Source

Link to this section Summary

Types

criterias the client is looking for

list limitations and ordering

the field the result is sorted

t()

Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.

Link to this section Types

Specs

queries() :: [Zitadel.Admin.V1.IDPQuery.t()]

criterias the client is looking for

Specs

query() :: Zitadel.V1.ListQuery.t() | nil

list limitations and ordering

Specs

sorting_column() :: Zitadel.Idp.V1.IDPFieldName.t()

the field the result is sorted

Specs

t() :: %Zitadel.Admin.V1.ListIDPsRequest{
  queries: queries(),
  query: query(),
  sorting_column: sorting_column()
}

Link to this section Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.