Class OrganizationsResource.ProtectedResourcesResource
The "protectedResources" collection of methods.
Inherited Members
Namespace: Google.Apis.Kmsinventory.v1
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class OrganizationsResource.ProtectedResourcesResource
Constructors
ProtectedResourcesResource(IClientService)
Constructs a new resource.
Declaration
public ProtectedResourcesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Search(string)
Returns metadata about the resources protected by the given Cloud KMS CryptoKey in the given Cloud organization.
Declaration
public virtual OrganizationsResource.ProtectedResourcesResource.SearchRequest Search(string scope)
Parameters
Type | Name | Description |
---|---|---|
string | scope | Required. Resource name of the organization. Example: organizations/123 |
Returns
Type | Description |
---|---|
OrganizationsResource.ProtectedResourcesResource.SearchRequest |