Go
cr, err := client.Tenancy.List(context.Background(), &v1.TenantListRequest{ PageSize: 20, ContinuousToken: "", })
{ "tenants": [ { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "continuous_token": "<string>" }
TenantListRequest is the message used for the request to list all tenants.
A successful response.
TenantListResponse is the message returned from the request to list all tenants.