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 |
Required. The parent of this Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
policyId |
Required. The |
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.