Show / Hide Table of Contents

Class OrganizationsResource

The "organizations" collection of methods.

Inheritance
object
OrganizationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class OrganizationsResource

Constructors

OrganizationsResource(IClientService)

Constructs a new resource.

Declaration
public OrganizationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetKajPolicyConfig(string)

Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.

Declaration
public virtual OrganizationsResource.GetKajPolicyConfigRequest GetKajPolicyConfig(string name)
Parameters
Type Name Description
string name

Required. Specifies the name of the KeyAccessJustificationsPolicyConfig to get.

Returns
Type Description
OrganizationsResource.GetKajPolicyConfigRequest

UpdateKajPolicyConfig(KeyAccessJustificationsPolicyConfig, string)

Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.

Declaration
public virtual OrganizationsResource.UpdateKajPolicyConfigRequest UpdateKajPolicyConfig(KeyAccessJustificationsPolicyConfig body, string name)
Parameters
Type Name Description
KeyAccessJustificationsPolicyConfig body

The body of the request.

string name

Identifier. Represents the resource name for this KeyAccessJustificationsPolicyConfig in the format of "{organizations|folders|projects}/*/kajPolicyConfig".

Returns
Type Description
OrganizationsResource.UpdateKajPolicyConfigRequest
In this article
Back to top Generated by DocFX