github.com/cloudwan/edgelq-sdk@v1.15.4/iam/proto/v1/attestation_service.proto (about)

     1  syntax = "proto3";
     2  
     3  package ntt.iam.v1;
     4  
     5  import "edgelq-sdk/iam/proto/v1/attestation_custom.proto";
     6  import "edgelq-sdk/iam/proto/v1/attestation_domain.proto";
     7  import "edgelq-sdk/iam/proto/v1/attestation_domain_change.proto";
     8  import "google/api/annotations.proto";
     9  import "google/api/client.proto";
    10  import "google/protobuf/empty.proto";
    11  import "google/protobuf/field_mask.proto";
    12  import "google/protobuf/timestamp.proto";
    13  import "goten-sdk/types/view.proto";
    14  import "goten-sdk/types/watch_type.proto";
    15  
    16  option go_package = "github.com/cloudwan/edgelq-sdk/iam/client/v1/attestation;attestation_client";
    17  option java_multiple_files = false;
    18  option java_outer_classname = "AttestationServiceProto";
    19  option java_package = "com.ntt.iam.pb.v1";
    20  
    21  // Attestation service API for IAM
    22  service AttestationService {
    23    option (google.api.default_host) = "iam.edgelq.com";
    24    option (google.api.oauth_scopes) = "https://apis.edgelq.com";
    25  
    26    // Verify
    27    rpc Verify(stream VerifyRequest) returns (stream VerifyResponse) {
    28      option (google.api.http) = {
    29        post : "/v1/{ask_for_challenge.attestation_domain=projects/*/"
    30               "attestationDomains/*}:verify"
    31      };
    32    }
    33  }