Show / Hide Table of Contents

Class OrganizationsResource.ProtectedResourcesResource

The "protectedResources" collection of methods.

Inheritance
object
OrganizationsResource.ProtectedResourcesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX