Class ProjectsResource.PlatformsResource.PoliciesResource.CreateRequest
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.
Inheritance
ProjectsResource.PlatformsResource.PoliciesResource.CreateRequest
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class ProjectsResource.PlatformsResource.PoliciesResource.CreateRequest : BinaryAuthorizationBaseServiceRequest<PlatformPolicy>, IClientServiceRequest<PlatformPolicy>, IClientServiceRequest
Constructors
CreateRequest(IClientService, PlatformPolicy, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, PlatformPolicy body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
PlatformPolicy | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The parent of this platform policy.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
PolicyId
Required. The platform policy ID.
Declaration
[RequestParameter("policyId", RequestParameterType.Query)]
public virtual string PolicyId { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()