Reference documentation and code samples for the Binary Authorization V1beta1 API module Google::Cloud::BinaryAuthorization::V1beta1::BinauthzManagementService::Paths.
Path helper methods for the BinauthzManagementService API.
Methods
#attestor_path
def attestor_path(project:, attestor:) -> ::String
Create a fully-qualified Attestor resource string.
The resource will be in the following format:
projects/{project}/attestors/{attestor}
- project (String)
- attestor (String)
- (::String)
- (::ArgumentError)
#policy_path
def policy_path(project:) -> ::String
def policy_path(location:) -> ::String
Create a fully-qualified Policy resource string.
def policy_path(project:) -> ::String
projects/{project}/policy
- project (String)
def policy_path(location:) -> ::String
locations/{location}/policy
- location (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)