You've already forked npm-core-sdk
Latest generation
This commit is contained in:
10
idp.ts
10
idp.ts
@@ -686,9 +686,9 @@ export const DeleteIDPResult = new DeleteIDPResult$Type();
|
||||
* @generated ServiceType for protobuf service api.IDPService
|
||||
*/
|
||||
export const IDPService = new ServiceType("api.IDPService", [
|
||||
{ name: "Get", options: { "api.rscType": "Platform", "api.roles": "Platform.IDP", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Get" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GetIDPRequest, O: GetIDPResult },
|
||||
{ name: "Create", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Create" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateIDPRequest, O: CreateIDPResult },
|
||||
{ name: "Update", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Update" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateIDPRequest, O: UpdateIDPResult },
|
||||
{ name: "Delete", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Delete" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteIDPRequest, O: DeleteIDPResult },
|
||||
{ name: "List", options: { "api.rscType": "Platform", "api.roles": "Platform.IDP", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "List" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListIDPRequest, O: ListIDPResult }
|
||||
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Get" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "Platform.IDP" }, I: GetIDPRequest, O: GetIDPResult },
|
||||
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Create" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: CreateIDPRequest, O: CreateIDPResult },
|
||||
{ name: "Update", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Update" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: UpdateIDPRequest, O: UpdateIDPResult },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "Delete" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "" }, I: DeleteIDPRequest, O: DeleteIDPResult },
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin IDP"], description: "List" }, "google.api.method_visibility": { restriction: "INTERNAL" }, "api.rscType": "Platform", "api.roles": "Platform.IDP" }, I: ListIDPRequest, O: ListIDPResult }
|
||||
], { "api.k8sService": "organisation-server", "api.roleManager": true, "api.resourceManager": true });
|
||||
|
||||
Reference in New Issue
Block a user