How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Virtru policy.namespaces.NamespaceService API

The policy.namespaces.NamespaceService API from Virtru — 9 operation(s) for policy.namespaces.namespaceservice.

Virtru policy.namespaces.NamespaceService API is one of 14 APIs that Virtru publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 9 paths, and defines 46 schemas. It is described by OpenAPI 3.1.0.

Requests are made against the base URL https://api.virtru.com.

9 operations 9 paths 46 schemas 9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
Base URL
https://api.virtru.com
Resource Areas
1

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 9 POST. Each is listed below with its method, path, parameters, and response codes.

policy.namespaces.NamespaceService 9
POST
/policy.namespaces.NamespaceService/GetNamespace
GetNamespace
policy.namespaces.NamespaceService.GetNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/ListNamespaces
ListNamespaces
policy.namespaces.NamespaceService.ListNamespaces 2 params body → default200
POST
/policy.namespaces.NamespaceService/CreateNamespace
CreateNamespace
policy.namespaces.NamespaceService.CreateNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/UpdateNamespace
UpdateNamespace
policy.namespaces.NamespaceService.UpdateNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/DeactivateNamespace
DeactivateNamespace
policy.namespaces.NamespaceService.DeactivateNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/AssignKeyAccessServerToNamespacedeprecated
AssignKeyAccessServerToNamespace
policy.namespaces.NamespaceService.AssignKeyAccessServerToNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/RemoveKeyAccessServerFromNamespacedeprecated
RemoveKeyAccessServerFromNamespace
policy.namespaces.NamespaceService.RemoveKeyAccessServerFromNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/AssignPublicKeyToNamespace
AssignPublicKeyToNamespace
policy.namespaces.NamespaceService.AssignPublicKeyToNamespace 2 params body → default200
POST
/policy.namespaces.NamespaceService/RemovePublicKeyFromNamespace
RemovePublicKeyFromNamespace
policy.namespaces.NamespaceService.RemovePublicKeyFromNamespace 2 params body → default200

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are policy.Namespace (7 properties), policy.KeyAccessServer (7 properties), policy.namespaces.ListNamespacesRequest (4 properties), policy.KasPublicKey (3 properties). Each schema is shown below with its type and property counts.

policy.PublicKey
object
Deprecated
policy.Algorithm
string
Supported key algorithms.
policy.namespaces.RemoveKeyAccessServerFromNamespaceResponse
object
1 property
policy.SourceType
string
Describes whether this kas is managed by the organization or if they imported the kas information from an external party. These two modes are necessary in orde…
policy.namespaces.AssignKeyAccessServerToNamespaceRequest
object
Deprecated: utilize AssignPublicKeyToNamespaceRequest
1 property
common.Metadata
object
Struct to uniquely identify a resource with optional additional metadata
3 properties
connect-protocol-version
number
Define the version of the Connect protocol
policy.namespaces.ListNamespacesRequest
object
4 properties
policy.namespaces.RemovePublicKeyFromNamespaceRequest
object
1 property 1 required
google.protobuf.Any
object
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message.
3 properties
policy.namespaces.SortNamespacesType
string
policy.namespaces.AssignKeyAccessServerToNamespaceResponse
object
1 property
policy.KasPublicKey
object
Deprecated A KAS public key and some associated metadata for further identifcation
3 properties
policy.KeyAccessServer
object
Key Access Server Registry
7 properties
policy.namespaces.GetNamespaceRequest
object
Either use deprecated 'id' field or one of 'namespaceid' or 'fqn', but not both: !(has(this.id) && (has(this.namespaceid) || has(this.fqn))) Either id or one o…
1 property
policy.namespaces.UpdateNamespaceRequest
object
3 properties
google.protobuf.Timestamp
string
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond res…
policy.KasPublicKeyAlgEnum
string
policy.PageResponse
object
3 properties
policy.SortDirection
string
Sorting direction shared across list APIs. When the 'sort' field is omitted or the chosen sort 'field' is UNSPECIFIED, the endpoint's request message defines t…
policy.namespaces.RemoveKeyAccessServerFromNamespaceRequest
object
Deprecated: utilize RemovePublicKeyFromNamespaceRequest
1 property
policy.namespaces.NamespacesSort
object
2 properties
policy.SimpleKasPublicKey
object
3 properties
policy.namespaces.RemovePublicKeyFromNamespaceResponse
object
1 property
common.ActiveStateEnum
string
buflint ENUMVALUEPREFIX: to make sure that C++ scoping rules aren't violated when users add new enum values to an enum in a given package
policy.namespaces.AssignPublicKeyToNamespaceResponse
object
1 property
policy.namespaces.UpdateNamespaceResponse
object
1 property
policy.namespaces.AssignPublicKeyToNamespaceRequest
object
Assign Key to Namespace
1 property 1 required
policy.SimpleKasKey
object
3 properties
common.MetadataUpdateEnum
string
policy.KasPublicKeySet
object
Deprecated A list of known KAS public keys
1 property
policy.namespaces.DeactivateNamespaceRequest
object
1 property
connect-timeout-header
number
Define the timeout, in ms
policy.namespaces.NamespaceKey
object
2 properties 2 required
common.MetadataMutable
object
1 property
policy.PageRequest
object
2 properties
policy.Search
object
1 property
connect.error
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/http-representation
3 properties
policy.namespaces.CreateNamespaceResponse
object
1 property
policy.namespaces.CreateNamespaceRequest
object
2 properties 1 required
policy.namespaces.DeactivateNamespaceResponse
object
policy.namespaces.GetNamespaceResponse
object
1 property
google.protobuf.BoolValue
boolean
Wrapper message for bool. The JSON representation for BoolValue is JSON true and false. Not recommended for use in new APIs, but still useful for legacy APIs a…
policy.Namespace
object
7 properties
policy.namespaces.ListNamespacesResponse
object
2 properties
policy.namespaces.NamespaceKeyAccessServer
object
Deprecated
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

virtru-policy-namespaces-namespaceservice-api-openapi.yml Raw ↑

Other APIs Virtru publishes across the network.

Virtru authorization.AuthorizationService API
Virtru authorization.v2.AuthorizationService API
Virtru entityresolution.v2.EntityResolutionService API
Virtru kas.AccessService API
Virtru policy.actions.ActionService API
Virtru policy.attributes.AttributesService API
Virtru policy.kasregistry.KeyAccessServerRegistryService API
Virtru policy.keymanagement.KeyManagementService API
Virtru policy.obligations.Service API
Virtru policy.registeredresources.RegisteredResourcesService API
Virtru policy.resourcemapping.ResourceMappingService API
Virtru policy.subjectmapping.SubjectMappingService API
Where this information came from

This is an independent, third-party profile of Virtru policy.namespaces.NamespaceService API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.