diff options
Diffstat (limited to 'third_party/googleapis/google/cloud/osconfig/v1alpha/osconfig_v1alpha.yaml')
| -rw-r--r-- | third_party/googleapis/google/cloud/osconfig/v1alpha/osconfig_v1alpha.yaml | 43 | 
1 files changed, 43 insertions, 0 deletions
diff --git a/third_party/googleapis/google/cloud/osconfig/v1alpha/osconfig_v1alpha.yaml b/third_party/googleapis/google/cloud/osconfig/v1alpha/osconfig_v1alpha.yaml new file mode 100644 index 0000000..0bc2f30 --- /dev/null +++ b/third_party/googleapis/google/cloud/osconfig/v1alpha/osconfig_v1alpha.yaml @@ -0,0 +1,43 @@ +type: google.api.Service +config_version: 3 +name: osconfig.googleapis.com +title: OS Config API + +apis: +- name: google.cloud.osconfig.v1alpha.OsConfigZonalService + +types: +- name: google.cloud.osconfig.v1alpha.OSPolicyAssignmentOperationMetadata + +documentation: +  summary: |- +    OS management tools that can be used for patch management, patch +    compliance, and configuration management on VM instances. + +backend: +  rules: +  - selector: 'google.cloud.osconfig.v1alpha.OsConfigZonalService.*' +    deadline: 30.0 + +http: +  rules: +  - selector: google.longrunning.Operations.CancelOperation +    post: '/v1alpha/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}:cancel' +    body: '*' +  - selector: google.longrunning.Operations.GetOperation +    get: '/v1alpha/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}' + +authentication: +  rules: +  - selector: 'google.cloud.osconfig.v1alpha.OsConfigZonalService.*' +    oauth: +      canonical_scopes: |- +        https://www.googleapis.com/auth/cloud-platform +  - selector: google.longrunning.Operations.CancelOperation +    oauth: +      canonical_scopes: |- +        https://www.googleapis.com/auth/cloud-platform +  - selector: google.longrunning.Operations.GetOperation +    oauth: +      canonical_scopes: |- +        https://www.googleapis.com/auth/cloud-platform  | 
