Class ProjectsResource
The "projects" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ProjectsResource
Constructors
ProjectsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Locations
Gets the Locations resource.
Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource |
Methods
ShowEffectiveAutokeyConfig(string)
Returns the effective Cloud KMS Autokey configuration for a given project.
Declaration
public virtual ProjectsResource.ShowEffectiveAutokeyConfigRequest ShowEffectiveAutokeyConfig(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project. |
Returns
Type | Description |
---|---|
ProjectsResource.ShowEffectiveAutokeyConfigRequest |