Method: projects.platforms.policies.create

Creates a platform policy, and returns a copy of it. Returns NOT_FOUND if the project or platform doesn't exist, INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the policy already exists, and INVALID_ARGUMENT if the policy contains a platform-specific policy that does not match the platform value specified in the URL.

HTTP request

POST https://binaryauthorization.googleapis.com/v1/{parent=projects/*/platforms/*}/policies

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent of this platform policy.

Authorization requires the following IAM permission on the specified resource parent:

  • binaryauthorization.platformPolicies.create

Query parameters

Parameters
policyId

string

Required. The platform policy ID.

Request body

The request body contains an instance of PlatformPolicy.

Response body

If successful, the response body contains a newly created instance of PlatformPolicy.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.