Class ServicesResource.GenerateServiceIdentityRequest
Generates service identity for service.
Inheritance
ServicesResource.GenerateServiceIdentityRequest
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ServicesResource.GenerateServiceIdentityRequest : ServiceUsageBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
GenerateServiceIdentityRequest(IClientService, string)
Constructs a new GenerateServiceIdentity request.
Declaration
public GenerateServiceIdentityRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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
Name of the consumer and service to generate an identity for. The GenerateServiceIdentity
methods
currently support projects, folders, organizations. Example parents would be:
projects/123/services/example.googleapis.com
folders/123/services/example.googleapis.com
organizations/123/services/example.googleapis.com
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GenerateServiceIdentity parameter list.
Declaration
protected override void InitParameters()