mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
feat: delete auth method
This commit is contained in:
@@ -38,3 +38,9 @@ message ListAuthMethodsResponse {
|
||||
repeated AuthMethod auth_methods = 1;
|
||||
}
|
||||
|
||||
message DeleteAuthMethodRequest {
|
||||
uint64 auth_method_id = 1;
|
||||
bool force = 2;
|
||||
}
|
||||
|
||||
message DeleteAuthMethodResponse {}
|
||||
@@ -29,6 +29,7 @@ service IonscaleService {
|
||||
|
||||
rpc GetAuthMethod (GetAuthMethodRequest) returns (GetAuthMethodResponse) {}
|
||||
rpc CreateAuthMethod (CreateAuthMethodRequest) returns (CreateAuthMethodResponse) {}
|
||||
rpc DeleteAuthMethod (DeleteAuthMethodRequest) returns (DeleteAuthMethodResponse) {}
|
||||
rpc ListAuthMethods (ListAuthMethodsRequest) returns (ListAuthMethodsResponse) {}
|
||||
|
||||
rpc CreateTailnet (CreateTailnetRequest) returns (CreateTailnetResponse) {}
|
||||
|
||||
Reference in New Issue
Block a user