@opentdf/sdk 0.3.0 → 0.3.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/access/access-fetch.js +155 -0
- package/dist/cjs/src/access/access-rpc.js +131 -0
- package/dist/cjs/src/access.js +81 -107
- package/dist/cjs/src/auth/oidc.js +2 -2
- package/dist/cjs/src/nanotdf/Client.js +17 -13
- package/dist/cjs/src/nanotdf/models/Header.js +2 -2
- package/dist/cjs/src/nanotdf-crypto/keyAgreement.js +2 -2
- package/dist/cjs/src/opentdf.js +43 -9
- package/dist/cjs/src/platform/authorization/authorization_pb.js +138 -0
- package/dist/cjs/src/platform/buf/validate/validate_pb.js +410 -0
- package/dist/cjs/src/platform/common/common_pb.js +79 -0
- package/dist/cjs/src/platform/entityresolution/entity_resolution_pb.js +49 -0
- package/dist/cjs/src/platform/google/api/annotations_pb.js +30 -0
- package/dist/cjs/src/platform/google/api/http_pb.js +37 -0
- package/dist/cjs/src/platform/kas/kas_pb.js +96 -0
- package/dist/cjs/src/platform/policy/actions/actions_pb.js +70 -0
- package/dist/cjs/src/platform/policy/attributes/attributes_pb.js +240 -0
- package/dist/cjs/src/platform/policy/kasregistry/key_access_server_registry_pb.js +236 -0
- package/dist/cjs/src/platform/policy/keymanagement/key_management_pb.js +70 -0
- package/dist/cjs/src/platform/policy/namespaces/namespaces_pb.js +121 -0
- package/dist/cjs/src/platform/policy/objects_pb.js +395 -0
- package/dist/cjs/src/platform/policy/registeredresources/registered_resources_pb.js +132 -0
- package/dist/cjs/src/platform/policy/resourcemapping/resource_mapping_pb.js +139 -0
- package/dist/cjs/src/platform/policy/selectors_pb.js +67 -0
- package/dist/cjs/src/platform/policy/subjectmapping/subject_mapping_pb.js +146 -0
- package/dist/cjs/src/platform/policy/unsafe/unsafe_pb.js +124 -0
- package/dist/cjs/src/platform/protoc-gen-openapiv2/options/annotations_pb.js +68 -0
- package/dist/cjs/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.js +307 -0
- package/dist/cjs/src/platform/wellknownconfiguration/wellknown_configuration_pb.js +33 -0
- package/dist/cjs/src/platform.js +124 -0
- package/dist/cjs/src/policy/api.js +21 -38
- package/dist/cjs/src/policy/attributes.js +4 -1
- package/dist/cjs/src/policy/granter.js +9 -9
- package/dist/cjs/src/utils.js +31 -1
- package/dist/cjs/src/version.js +2 -2
- package/dist/cjs/tdf3/src/assertions.js +5 -5
- package/dist/cjs/tdf3/src/client/index.js +24 -18
- package/dist/cjs/tdf3/src/tdf.js +16 -10
- package/dist/types/src/access/access-fetch.d.ts +21 -0
- package/dist/types/src/access/access-fetch.d.ts.map +1 -0
- package/dist/types/src/access/access-rpc.d.ts +22 -0
- package/dist/types/src/access/access-rpc.d.ts.map +1 -0
- package/dist/types/src/access.d.ts +19 -11
- package/dist/types/src/access.d.ts.map +1 -1
- package/dist/types/src/nanotdf/Client.d.ts +3 -1
- package/dist/types/src/nanotdf/Client.d.ts.map +1 -1
- package/dist/types/src/opentdf.d.ts +5 -1
- package/dist/types/src/opentdf.d.ts.map +1 -1
- package/dist/types/src/platform/authorization/authorization_pb.d.ts +609 -0
- package/dist/types/src/platform/authorization/authorization_pb.d.ts.map +1 -0
- package/dist/types/src/platform/buf/validate/validate_pb.d.ts +4466 -0
- package/dist/types/src/platform/buf/validate/validate_pb.d.ts.map +1 -0
- package/dist/types/src/platform/common/common_pb.d.ts +112 -0
- package/dist/types/src/platform/common/common_pb.d.ts.map +1 -0
- package/dist/types/src/platform/entityresolution/entity_resolution_pb.d.ts +199 -0
- package/dist/types/src/platform/entityresolution/entity_resolution_pb.d.ts.map +1 -0
- package/dist/types/src/platform/google/api/annotations_pb.d.ts +14 -0
- package/dist/types/src/platform/google/api/annotations_pb.d.ts.map +1 -0
- package/dist/types/src/platform/google/api/http_pb.d.ts +441 -0
- package/dist/types/src/platform/google/api/http_pb.d.ts.map +1 -0
- package/dist/types/src/platform/kas/kas_pb.d.ts +404 -0
- package/dist/types/src/platform/kas/kas_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/actions/actions_pb.d.ts +265 -0
- package/dist/types/src/platform/policy/actions/actions_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/attributes/attributes_pb.d.ts +1022 -0
- package/dist/types/src/platform/policy/attributes/attributes_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/kasregistry/key_access_server_registry_pb.d.ts +1306 -0
- package/dist/types/src/platform/policy/kasregistry/key_access_server_registry_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/keymanagement/key_management_pb.d.ts +269 -0
- package/dist/types/src/platform/policy/keymanagement/key_management_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/namespaces/namespaces_pb.d.ts +448 -0
- package/dist/types/src/platform/policy/namespaces/namespaces_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/objects_pb.d.ts +1112 -0
- package/dist/types/src/platform/policy/objects_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/registeredresources/registered_resources_pb.d.ts +539 -0
- package/dist/types/src/platform/policy/registeredresources/registered_resources_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/resourcemapping/resource_mapping_pb.d.ts +558 -0
- package/dist/types/src/platform/policy/resourcemapping/resource_mapping_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/selectors_pb.d.ts +221 -0
- package/dist/types/src/platform/policy/selectors_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/subjectmapping/subject_mapping_pb.d.ts +582 -0
- package/dist/types/src/platform/policy/subjectmapping/subject_mapping_pb.d.ts.map +1 -0
- package/dist/types/src/platform/policy/unsafe/unsafe_pb.d.ts +513 -0
- package/dist/types/src/platform/policy/unsafe/unsafe_pb.d.ts.map +1 -0
- package/dist/types/src/platform/protoc-gen-openapiv2/options/annotations_pb.d.ts +62 -0
- package/dist/types/src/platform/protoc-gen-openapiv2/options/annotations_pb.d.ts.map +1 -0
- package/dist/types/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1441 -0
- package/dist/types/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -0
- package/dist/types/src/platform/wellknownconfiguration/wellknown_configuration_pb.d.ts +59 -0
- package/dist/types/src/platform/wellknownconfiguration/wellknown_configuration_pb.d.ts.map +1 -0
- package/dist/types/src/platform.d.ts +49 -0
- package/dist/types/src/platform.d.ts.map +1 -0
- package/dist/types/src/policy/api.d.ts +1 -1
- package/dist/types/src/policy/api.d.ts.map +1 -1
- package/dist/types/src/policy/attributes.d.ts +10 -87
- package/dist/types/src/policy/attributes.d.ts.map +1 -1
- package/dist/types/src/policy/granter.d.ts.map +1 -1
- package/dist/types/src/utils.d.ts +10 -0
- package/dist/types/src/utils.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/tdf3/src/assertions.d.ts +1 -1
- package/dist/types/tdf3/src/assertions.d.ts.map +1 -1
- package/dist/types/tdf3/src/client/index.d.ts +8 -3
- package/dist/types/tdf3/src/client/index.d.ts.map +1 -1
- package/dist/types/tdf3/src/models/manifest.d.ts +1 -1
- package/dist/types/tdf3/src/models/manifest.d.ts.map +1 -1
- package/dist/types/tdf3/src/tdf.d.ts.map +1 -1
- package/dist/web/src/access/access-fetch.js +150 -0
- package/dist/web/src/access/access-rpc.js +125 -0
- package/dist/web/src/access.js +82 -110
- package/dist/web/src/auth/oidc.js +2 -2
- package/dist/web/src/nanotdf/Client.js +18 -14
- package/dist/web/src/nanotdf/models/Header.js +2 -2
- package/dist/web/src/nanotdf-crypto/keyAgreement.js +2 -2
- package/dist/web/src/opentdf.js +44 -10
- package/dist/web/src/platform/authorization/authorization_pb.js +135 -0
- package/dist/web/src/platform/buf/validate/validate_pb.js +407 -0
- package/dist/web/src/platform/common/common_pb.js +76 -0
- package/dist/web/src/platform/entityresolution/entity_resolution_pb.js +46 -0
- package/dist/web/src/platform/google/api/annotations_pb.js +27 -0
- package/dist/web/src/platform/google/api/http_pb.js +34 -0
- package/dist/web/src/platform/kas/kas_pb.js +93 -0
- package/dist/web/src/platform/policy/actions/actions_pb.js +67 -0
- package/dist/web/src/platform/policy/attributes/attributes_pb.js +237 -0
- package/dist/web/src/platform/policy/kasregistry/key_access_server_registry_pb.js +233 -0
- package/dist/web/src/platform/policy/keymanagement/key_management_pb.js +67 -0
- package/dist/web/src/platform/policy/namespaces/namespaces_pb.js +118 -0
- package/dist/web/src/platform/policy/objects_pb.js +392 -0
- package/dist/web/src/platform/policy/registeredresources/registered_resources_pb.js +129 -0
- package/dist/web/src/platform/policy/resourcemapping/resource_mapping_pb.js +136 -0
- package/dist/web/src/platform/policy/selectors_pb.js +64 -0
- package/dist/web/src/platform/policy/subjectmapping/subject_mapping_pb.js +143 -0
- package/dist/web/src/platform/policy/unsafe/unsafe_pb.js +121 -0
- package/dist/web/src/platform/protoc-gen-openapiv2/options/annotations_pb.js +65 -0
- package/dist/web/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.js +304 -0
- package/dist/web/src/platform/wellknownconfiguration/wellknown_configuration_pb.js +30 -0
- package/dist/web/src/platform.js +87 -0
- package/dist/web/src/policy/api.js +23 -40
- package/dist/web/src/policy/attributes.js +3 -2
- package/dist/web/src/policy/granter.js +9 -9
- package/dist/web/src/utils.js +29 -1
- package/dist/web/src/version.js +2 -2
- package/dist/web/tdf3/src/assertions.js +5 -5
- package/dist/web/tdf3/src/client/index.js +26 -20
- package/dist/web/tdf3/src/tdf.js +16 -10
- package/package.json +17 -1
- package/src/access/access-fetch.ts +202 -0
- package/src/access/access-rpc.ts +175 -0
- package/src/access.ts +113 -138
- package/src/auth/oidc.ts +1 -1
- package/src/nanotdf/Client.ts +28 -18
- package/src/nanotdf/models/Header.ts +1 -1
- package/src/nanotdf-crypto/keyAgreement.ts +1 -1
- package/src/opentdf.ts +67 -11
- package/src/platform/authorization/authorization_pb.ts +689 -0
- package/src/platform/buf/validate/validate_pb.ts +4626 -0
- package/src/platform/common/common_pb.ts +135 -0
- package/src/platform/entityresolution/entity_resolution_pb.ts +233 -0
- package/src/platform/google/api/annotations_pb.ts +39 -0
- package/src/platform/google/api/http_pb.ts +474 -0
- package/src/platform/kas/kas_pb.ts +484 -0
- package/src/platform/policy/actions/actions_pb.ts +312 -0
- package/src/platform/policy/attributes/attributes_pb.ts +1181 -0
- package/src/platform/policy/kasregistry/key_access_server_registry_pb.ts +1482 -0
- package/src/platform/policy/keymanagement/key_management_pb.ts +316 -0
- package/src/platform/policy/namespaces/namespaces_pb.ts +528 -0
- package/src/platform/policy/objects_pb.ts +1319 -0
- package/src/platform/policy/registeredresources/registered_resources_pb.ts +623 -0
- package/src/platform/policy/resourcemapping/resource_mapping_pb.ts +658 -0
- package/src/platform/policy/selectors_pb.ts +277 -0
- package/src/platform/policy/subjectmapping/subject_mapping_pb.ts +687 -0
- package/src/platform/policy/unsafe/unsafe_pb.ts +593 -0
- package/src/platform/protoc-gen-openapiv2/options/annotations_pb.ts +83 -0
- package/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.ts +1615 -0
- package/src/platform/wellknownconfiguration/wellknown_configuration_pb.ts +78 -0
- package/src/platform.ts +122 -0
- package/src/policy/api.ts +29 -42
- package/src/policy/attributes.ts +12 -108
- package/src/policy/granter.ts +7 -8
- package/src/utils.ts +30 -0
- package/src/version.ts +1 -1
- package/tdf3/src/assertions.ts +4 -4
- package/tdf3/src/client/index.ts +42 -19
- package/tdf3/src/models/manifest.ts +2 -1
- package/tdf3/src/tdf.ts +25 -16
- package/src/platform/authorization/authorization_connect.d.ts +0 -44
- package/src/platform/authorization/authorization_connect.js +0 -44
- package/src/platform/authorization/authorization_pb.d.ts +0 -707
- package/src/platform/authorization/authorization_pb.js +0 -372
- package/src/platform/common/common_pb.d.ts +0 -129
- package/src/platform/common/common_pb.js +0 -58
- package/src/platform/entityresolution/entity_resolution_connect.d.ts +0 -35
- package/src/platform/entityresolution/entity_resolution_connect.js +0 -35
- package/src/platform/entityresolution/entity_resolution_pb.d.ts +0 -242
- package/src/platform/entityresolution/entity_resolution_pb.js +0 -139
- package/src/platform/kas/kas_connect.d.ts +0 -59
- package/src/platform/kas/kas_connect.js +0 -59
- package/src/platform/kas/kas_pb.d.ts +0 -200
- package/src/platform/kas/kas_pb.js +0 -84
- package/src/platform/policy/attributes/attributes_connect.d.ts +0 -168
- package/src/platform/policy/attributes/attributes_connect.js +0 -168
- package/src/platform/policy/attributes/attributes_pb.d.ts +0 -929
- package/src/platform/policy/attributes/attributes_pb.js +0 -363
- package/src/platform/policy/kasregistry/key_access_server_registry_connect.d.ts +0 -62
- package/src/platform/policy/kasregistry/key_access_server_registry_connect.js +0 -62
- package/src/platform/policy/kasregistry/key_access_server_registry_pb.d.ts +0 -283
- package/src/platform/policy/kasregistry/key_access_server_registry_pb.js +0 -113
- package/src/platform/policy/namespaces/namespaces_connect.d.ts +0 -62
- package/src/platform/policy/namespaces/namespaces_connect.js +0 -62
- package/src/platform/policy/namespaces/namespaces_pb.d.ts +0 -270
- package/src/platform/policy/namespaces/namespaces_pb.js +0 -110
- package/src/platform/policy/objects_pb.d.ts +0 -725
- package/src/platform/policy/objects_pb.js +0 -288
- package/src/platform/policy/resourcemapping/resource_mapping_connect.d.ts +0 -259
- package/src/platform/policy/resourcemapping/resource_mapping_connect.js +0 -259
- package/src/platform/policy/resourcemapping/resource_mapping_pb.d.ts +0 -314
- package/src/platform/policy/resourcemapping/resource_mapping_pb.js +0 -142
- package/src/platform/policy/selectors_pb.d.ts +0 -269
- package/src/platform/policy/selectors_pb.js +0 -110
- package/src/platform/policy/subjectmapping/subject_mapping_connect.d.ts +0 -118
- package/src/platform/policy/subjectmapping/subject_mapping_connect.js +0 -118
- package/src/platform/policy/subjectmapping/subject_mapping_pb.d.ts +0 -672
- package/src/platform/policy/subjectmapping/subject_mapping_pb.js +0 -260
- package/src/platform/wellknownconfiguration/wellknown_configuration_connect.d.ts +0 -26
- package/src/platform/wellknownconfiguration/wellknown_configuration_connect.js +0 -26
- package/src/platform/wellknownconfiguration/wellknown_configuration_pb.d.ts +0 -75
- package/src/platform/wellknownconfiguration/wellknown_configuration_pb.js +0 -35
|
@@ -1,929 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v1.9.0 with parameter "target=js+dts,import_extension=none"
|
|
2
|
-
// @generated from file policy/attributes/attributes.proto (package policy.attributes, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
|
-
|
|
6
|
-
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
7
|
-
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
8
|
-
import type { ActiveStateEnum, MetadataMutable, MetadataUpdateEnum } from "../../common/common_pb";
|
|
9
|
-
import type { Attribute, AttributeRuleTypeEnum, Value } from "../objects_pb";
|
|
10
|
-
import type { AttributeValueSelector } from "../selectors_pb";
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* @generated from message policy.attributes.AttributeKeyAccessServer
|
|
14
|
-
*/
|
|
15
|
-
export declare class AttributeKeyAccessServer extends Message<AttributeKeyAccessServer> {
|
|
16
|
-
/**
|
|
17
|
-
* @generated from field: string attribute_id = 1;
|
|
18
|
-
*/
|
|
19
|
-
attributeId: string;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @generated from field: string key_access_server_id = 2;
|
|
23
|
-
*/
|
|
24
|
-
keyAccessServerId: string;
|
|
25
|
-
|
|
26
|
-
constructor(data?: PartialMessage<AttributeKeyAccessServer>);
|
|
27
|
-
|
|
28
|
-
static readonly runtime: typeof proto3;
|
|
29
|
-
static readonly typeName = "policy.attributes.AttributeKeyAccessServer";
|
|
30
|
-
static readonly fields: FieldList;
|
|
31
|
-
|
|
32
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeKeyAccessServer;
|
|
33
|
-
|
|
34
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeKeyAccessServer;
|
|
35
|
-
|
|
36
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeKeyAccessServer;
|
|
37
|
-
|
|
38
|
-
static equals(a: AttributeKeyAccessServer | PlainMessage<AttributeKeyAccessServer> | undefined, b: AttributeKeyAccessServer | PlainMessage<AttributeKeyAccessServer> | undefined): boolean;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @generated from message policy.attributes.ValueKeyAccessServer
|
|
43
|
-
*/
|
|
44
|
-
export declare class ValueKeyAccessServer extends Message<ValueKeyAccessServer> {
|
|
45
|
-
/**
|
|
46
|
-
* @generated from field: string value_id = 1;
|
|
47
|
-
*/
|
|
48
|
-
valueId: string;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @generated from field: string key_access_server_id = 2;
|
|
52
|
-
*/
|
|
53
|
-
keyAccessServerId: string;
|
|
54
|
-
|
|
55
|
-
constructor(data?: PartialMessage<ValueKeyAccessServer>);
|
|
56
|
-
|
|
57
|
-
static readonly runtime: typeof proto3;
|
|
58
|
-
static readonly typeName = "policy.attributes.ValueKeyAccessServer";
|
|
59
|
-
static readonly fields: FieldList;
|
|
60
|
-
|
|
61
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValueKeyAccessServer;
|
|
62
|
-
|
|
63
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValueKeyAccessServer;
|
|
64
|
-
|
|
65
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValueKeyAccessServer;
|
|
66
|
-
|
|
67
|
-
static equals(a: ValueKeyAccessServer | PlainMessage<ValueKeyAccessServer> | undefined, b: ValueKeyAccessServer | PlainMessage<ValueKeyAccessServer> | undefined): boolean;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* @generated from message policy.attributes.ListAttributesRequest
|
|
72
|
-
*/
|
|
73
|
-
export declare class ListAttributesRequest extends Message<ListAttributesRequest> {
|
|
74
|
-
/**
|
|
75
|
-
* ACTIVE by default when not specified
|
|
76
|
-
*
|
|
77
|
-
* @generated from field: common.ActiveStateEnum state = 1;
|
|
78
|
-
*/
|
|
79
|
-
state: ActiveStateEnum;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* can be id or name
|
|
83
|
-
*
|
|
84
|
-
* @generated from field: string namespace = 2;
|
|
85
|
-
*/
|
|
86
|
-
namespace: string;
|
|
87
|
-
|
|
88
|
-
constructor(data?: PartialMessage<ListAttributesRequest>);
|
|
89
|
-
|
|
90
|
-
static readonly runtime: typeof proto3;
|
|
91
|
-
static readonly typeName = "policy.attributes.ListAttributesRequest";
|
|
92
|
-
static readonly fields: FieldList;
|
|
93
|
-
|
|
94
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAttributesRequest;
|
|
95
|
-
|
|
96
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAttributesRequest;
|
|
97
|
-
|
|
98
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAttributesRequest;
|
|
99
|
-
|
|
100
|
-
static equals(a: ListAttributesRequest | PlainMessage<ListAttributesRequest> | undefined, b: ListAttributesRequest | PlainMessage<ListAttributesRequest> | undefined): boolean;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* @generated from message policy.attributes.ListAttributesResponse
|
|
105
|
-
*/
|
|
106
|
-
export declare class ListAttributesResponse extends Message<ListAttributesResponse> {
|
|
107
|
-
/**
|
|
108
|
-
* @generated from field: repeated policy.Attribute attributes = 1;
|
|
109
|
-
*/
|
|
110
|
-
attributes: Attribute[];
|
|
111
|
-
|
|
112
|
-
constructor(data?: PartialMessage<ListAttributesResponse>);
|
|
113
|
-
|
|
114
|
-
static readonly runtime: typeof proto3;
|
|
115
|
-
static readonly typeName = "policy.attributes.ListAttributesResponse";
|
|
116
|
-
static readonly fields: FieldList;
|
|
117
|
-
|
|
118
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAttributesResponse;
|
|
119
|
-
|
|
120
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAttributesResponse;
|
|
121
|
-
|
|
122
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAttributesResponse;
|
|
123
|
-
|
|
124
|
-
static equals(a: ListAttributesResponse | PlainMessage<ListAttributesResponse> | undefined, b: ListAttributesResponse | PlainMessage<ListAttributesResponse> | undefined): boolean;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* @generated from message policy.attributes.GetAttributeRequest
|
|
129
|
-
*/
|
|
130
|
-
export declare class GetAttributeRequest extends Message<GetAttributeRequest> {
|
|
131
|
-
/**
|
|
132
|
-
* @generated from field: string id = 1;
|
|
133
|
-
*/
|
|
134
|
-
id: string;
|
|
135
|
-
|
|
136
|
-
constructor(data?: PartialMessage<GetAttributeRequest>);
|
|
137
|
-
|
|
138
|
-
static readonly runtime: typeof proto3;
|
|
139
|
-
static readonly typeName = "policy.attributes.GetAttributeRequest";
|
|
140
|
-
static readonly fields: FieldList;
|
|
141
|
-
|
|
142
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeRequest;
|
|
143
|
-
|
|
144
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeRequest;
|
|
145
|
-
|
|
146
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeRequest;
|
|
147
|
-
|
|
148
|
-
static equals(a: GetAttributeRequest | PlainMessage<GetAttributeRequest> | undefined, b: GetAttributeRequest | PlainMessage<GetAttributeRequest> | undefined): boolean;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* @generated from message policy.attributes.GetAttributeResponse
|
|
153
|
-
*/
|
|
154
|
-
export declare class GetAttributeResponse extends Message<GetAttributeResponse> {
|
|
155
|
-
/**
|
|
156
|
-
* @generated from field: policy.Attribute attribute = 1;
|
|
157
|
-
*/
|
|
158
|
-
attribute?: Attribute;
|
|
159
|
-
|
|
160
|
-
constructor(data?: PartialMessage<GetAttributeResponse>);
|
|
161
|
-
|
|
162
|
-
static readonly runtime: typeof proto3;
|
|
163
|
-
static readonly typeName = "policy.attributes.GetAttributeResponse";
|
|
164
|
-
static readonly fields: FieldList;
|
|
165
|
-
|
|
166
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeResponse;
|
|
167
|
-
|
|
168
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeResponse;
|
|
169
|
-
|
|
170
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeResponse;
|
|
171
|
-
|
|
172
|
-
static equals(a: GetAttributeResponse | PlainMessage<GetAttributeResponse> | undefined, b: GetAttributeResponse | PlainMessage<GetAttributeResponse> | undefined): boolean;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* @generated from message policy.attributes.CreateAttributeRequest
|
|
177
|
-
*/
|
|
178
|
-
export declare class CreateAttributeRequest extends Message<CreateAttributeRequest> {
|
|
179
|
-
/**
|
|
180
|
-
* Required
|
|
181
|
-
*
|
|
182
|
-
* @generated from field: string namespace_id = 1;
|
|
183
|
-
*/
|
|
184
|
-
namespaceId: string;
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* @generated from field: string name = 2;
|
|
188
|
-
*/
|
|
189
|
-
name: string;
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* @generated from field: policy.AttributeRuleTypeEnum rule = 3;
|
|
193
|
-
*/
|
|
194
|
-
rule: AttributeRuleTypeEnum;
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* Optional attribute values (when provided) must be alphanumeric strings, allowing hyphens and underscores but not as the first or last character.
|
|
198
|
-
* The stored attribute value will be normalized to lower case.
|
|
199
|
-
*
|
|
200
|
-
* @generated from field: repeated string values = 4;
|
|
201
|
-
*/
|
|
202
|
-
values: string[];
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* Optional
|
|
206
|
-
*
|
|
207
|
-
* @generated from field: common.MetadataMutable metadata = 100;
|
|
208
|
-
*/
|
|
209
|
-
metadata?: MetadataMutable;
|
|
210
|
-
|
|
211
|
-
constructor(data?: PartialMessage<CreateAttributeRequest>);
|
|
212
|
-
|
|
213
|
-
static readonly runtime: typeof proto3;
|
|
214
|
-
static readonly typeName = "policy.attributes.CreateAttributeRequest";
|
|
215
|
-
static readonly fields: FieldList;
|
|
216
|
-
|
|
217
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAttributeRequest;
|
|
218
|
-
|
|
219
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAttributeRequest;
|
|
220
|
-
|
|
221
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateAttributeRequest;
|
|
222
|
-
|
|
223
|
-
static equals(a: CreateAttributeRequest | PlainMessage<CreateAttributeRequest> | undefined, b: CreateAttributeRequest | PlainMessage<CreateAttributeRequest> | undefined): boolean;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* @generated from message policy.attributes.CreateAttributeResponse
|
|
228
|
-
*/
|
|
229
|
-
export declare class CreateAttributeResponse extends Message<CreateAttributeResponse> {
|
|
230
|
-
/**
|
|
231
|
-
* @generated from field: policy.Attribute attribute = 1;
|
|
232
|
-
*/
|
|
233
|
-
attribute?: Attribute;
|
|
234
|
-
|
|
235
|
-
constructor(data?: PartialMessage<CreateAttributeResponse>);
|
|
236
|
-
|
|
237
|
-
static readonly runtime: typeof proto3;
|
|
238
|
-
static readonly typeName = "policy.attributes.CreateAttributeResponse";
|
|
239
|
-
static readonly fields: FieldList;
|
|
240
|
-
|
|
241
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAttributeResponse;
|
|
242
|
-
|
|
243
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAttributeResponse;
|
|
244
|
-
|
|
245
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateAttributeResponse;
|
|
246
|
-
|
|
247
|
-
static equals(a: CreateAttributeResponse | PlainMessage<CreateAttributeResponse> | undefined, b: CreateAttributeResponse | PlainMessage<CreateAttributeResponse> | undefined): boolean;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* @generated from message policy.attributes.UpdateAttributeRequest
|
|
252
|
-
*/
|
|
253
|
-
export declare class UpdateAttributeRequest extends Message<UpdateAttributeRequest> {
|
|
254
|
-
/**
|
|
255
|
-
* Required
|
|
256
|
-
*
|
|
257
|
-
* @generated from field: string id = 1;
|
|
258
|
-
*/
|
|
259
|
-
id: string;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* Optional
|
|
263
|
-
*
|
|
264
|
-
* @generated from field: common.MetadataMutable metadata = 100;
|
|
265
|
-
*/
|
|
266
|
-
metadata?: MetadataMutable;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* @generated from field: common.MetadataUpdateEnum metadata_update_behavior = 101;
|
|
270
|
-
*/
|
|
271
|
-
metadataUpdateBehavior: MetadataUpdateEnum;
|
|
272
|
-
|
|
273
|
-
constructor(data?: PartialMessage<UpdateAttributeRequest>);
|
|
274
|
-
|
|
275
|
-
static readonly runtime: typeof proto3;
|
|
276
|
-
static readonly typeName = "policy.attributes.UpdateAttributeRequest";
|
|
277
|
-
static readonly fields: FieldList;
|
|
278
|
-
|
|
279
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateAttributeRequest;
|
|
280
|
-
|
|
281
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateAttributeRequest;
|
|
282
|
-
|
|
283
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateAttributeRequest;
|
|
284
|
-
|
|
285
|
-
static equals(a: UpdateAttributeRequest | PlainMessage<UpdateAttributeRequest> | undefined, b: UpdateAttributeRequest | PlainMessage<UpdateAttributeRequest> | undefined): boolean;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
/**
|
|
289
|
-
* @generated from message policy.attributes.UpdateAttributeResponse
|
|
290
|
-
*/
|
|
291
|
-
export declare class UpdateAttributeResponse extends Message<UpdateAttributeResponse> {
|
|
292
|
-
/**
|
|
293
|
-
* @generated from field: policy.Attribute attribute = 1;
|
|
294
|
-
*/
|
|
295
|
-
attribute?: Attribute;
|
|
296
|
-
|
|
297
|
-
constructor(data?: PartialMessage<UpdateAttributeResponse>);
|
|
298
|
-
|
|
299
|
-
static readonly runtime: typeof proto3;
|
|
300
|
-
static readonly typeName = "policy.attributes.UpdateAttributeResponse";
|
|
301
|
-
static readonly fields: FieldList;
|
|
302
|
-
|
|
303
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateAttributeResponse;
|
|
304
|
-
|
|
305
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateAttributeResponse;
|
|
306
|
-
|
|
307
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateAttributeResponse;
|
|
308
|
-
|
|
309
|
-
static equals(a: UpdateAttributeResponse | PlainMessage<UpdateAttributeResponse> | undefined, b: UpdateAttributeResponse | PlainMessage<UpdateAttributeResponse> | undefined): boolean;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* @generated from message policy.attributes.DeactivateAttributeRequest
|
|
314
|
-
*/
|
|
315
|
-
export declare class DeactivateAttributeRequest extends Message<DeactivateAttributeRequest> {
|
|
316
|
-
/**
|
|
317
|
-
* @generated from field: string id = 1;
|
|
318
|
-
*/
|
|
319
|
-
id: string;
|
|
320
|
-
|
|
321
|
-
constructor(data?: PartialMessage<DeactivateAttributeRequest>);
|
|
322
|
-
|
|
323
|
-
static readonly runtime: typeof proto3;
|
|
324
|
-
static readonly typeName = "policy.attributes.DeactivateAttributeRequest";
|
|
325
|
-
static readonly fields: FieldList;
|
|
326
|
-
|
|
327
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeactivateAttributeRequest;
|
|
328
|
-
|
|
329
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeactivateAttributeRequest;
|
|
330
|
-
|
|
331
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeactivateAttributeRequest;
|
|
332
|
-
|
|
333
|
-
static equals(a: DeactivateAttributeRequest | PlainMessage<DeactivateAttributeRequest> | undefined, b: DeactivateAttributeRequest | PlainMessage<DeactivateAttributeRequest> | undefined): boolean;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* @generated from message policy.attributes.DeactivateAttributeResponse
|
|
338
|
-
*/
|
|
339
|
-
export declare class DeactivateAttributeResponse extends Message<DeactivateAttributeResponse> {
|
|
340
|
-
/**
|
|
341
|
-
* @generated from field: policy.Attribute attribute = 1;
|
|
342
|
-
*/
|
|
343
|
-
attribute?: Attribute;
|
|
344
|
-
|
|
345
|
-
constructor(data?: PartialMessage<DeactivateAttributeResponse>);
|
|
346
|
-
|
|
347
|
-
static readonly runtime: typeof proto3;
|
|
348
|
-
static readonly typeName = "policy.attributes.DeactivateAttributeResponse";
|
|
349
|
-
static readonly fields: FieldList;
|
|
350
|
-
|
|
351
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeactivateAttributeResponse;
|
|
352
|
-
|
|
353
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeactivateAttributeResponse;
|
|
354
|
-
|
|
355
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeactivateAttributeResponse;
|
|
356
|
-
|
|
357
|
-
static equals(a: DeactivateAttributeResponse | PlainMessage<DeactivateAttributeResponse> | undefined, b: DeactivateAttributeResponse | PlainMessage<DeactivateAttributeResponse> | undefined): boolean;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* /
|
|
362
|
-
* / Value RPC messages
|
|
363
|
-
* /
|
|
364
|
-
*
|
|
365
|
-
* @generated from message policy.attributes.GetAttributeValueRequest
|
|
366
|
-
*/
|
|
367
|
-
export declare class GetAttributeValueRequest extends Message<GetAttributeValueRequest> {
|
|
368
|
-
/**
|
|
369
|
-
* @generated from field: string id = 1;
|
|
370
|
-
*/
|
|
371
|
-
id: string;
|
|
372
|
-
|
|
373
|
-
constructor(data?: PartialMessage<GetAttributeValueRequest>);
|
|
374
|
-
|
|
375
|
-
static readonly runtime: typeof proto3;
|
|
376
|
-
static readonly typeName = "policy.attributes.GetAttributeValueRequest";
|
|
377
|
-
static readonly fields: FieldList;
|
|
378
|
-
|
|
379
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeValueRequest;
|
|
380
|
-
|
|
381
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeValueRequest;
|
|
382
|
-
|
|
383
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeValueRequest;
|
|
384
|
-
|
|
385
|
-
static equals(a: GetAttributeValueRequest | PlainMessage<GetAttributeValueRequest> | undefined, b: GetAttributeValueRequest | PlainMessage<GetAttributeValueRequest> | undefined): boolean;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* @generated from message policy.attributes.GetAttributeValueResponse
|
|
390
|
-
*/
|
|
391
|
-
export declare class GetAttributeValueResponse extends Message<GetAttributeValueResponse> {
|
|
392
|
-
/**
|
|
393
|
-
* @generated from field: policy.Value value = 1;
|
|
394
|
-
*/
|
|
395
|
-
value?: Value;
|
|
396
|
-
|
|
397
|
-
constructor(data?: PartialMessage<GetAttributeValueResponse>);
|
|
398
|
-
|
|
399
|
-
static readonly runtime: typeof proto3;
|
|
400
|
-
static readonly typeName = "policy.attributes.GetAttributeValueResponse";
|
|
401
|
-
static readonly fields: FieldList;
|
|
402
|
-
|
|
403
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeValueResponse;
|
|
404
|
-
|
|
405
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeValueResponse;
|
|
406
|
-
|
|
407
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeValueResponse;
|
|
408
|
-
|
|
409
|
-
static equals(a: GetAttributeValueResponse | PlainMessage<GetAttributeValueResponse> | undefined, b: GetAttributeValueResponse | PlainMessage<GetAttributeValueResponse> | undefined): boolean;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* @generated from message policy.attributes.ListAttributeValuesRequest
|
|
414
|
-
*/
|
|
415
|
-
export declare class ListAttributeValuesRequest extends Message<ListAttributeValuesRequest> {
|
|
416
|
-
/**
|
|
417
|
-
* @generated from field: string attribute_id = 1;
|
|
418
|
-
*/
|
|
419
|
-
attributeId: string;
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* ACTIVE by default when not specified
|
|
423
|
-
*
|
|
424
|
-
* @generated from field: common.ActiveStateEnum state = 2;
|
|
425
|
-
*/
|
|
426
|
-
state: ActiveStateEnum;
|
|
427
|
-
|
|
428
|
-
constructor(data?: PartialMessage<ListAttributeValuesRequest>);
|
|
429
|
-
|
|
430
|
-
static readonly runtime: typeof proto3;
|
|
431
|
-
static readonly typeName = "policy.attributes.ListAttributeValuesRequest";
|
|
432
|
-
static readonly fields: FieldList;
|
|
433
|
-
|
|
434
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAttributeValuesRequest;
|
|
435
|
-
|
|
436
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAttributeValuesRequest;
|
|
437
|
-
|
|
438
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAttributeValuesRequest;
|
|
439
|
-
|
|
440
|
-
static equals(a: ListAttributeValuesRequest | PlainMessage<ListAttributeValuesRequest> | undefined, b: ListAttributeValuesRequest | PlainMessage<ListAttributeValuesRequest> | undefined): boolean;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* @generated from message policy.attributes.ListAttributeValuesResponse
|
|
445
|
-
*/
|
|
446
|
-
export declare class ListAttributeValuesResponse extends Message<ListAttributeValuesResponse> {
|
|
447
|
-
/**
|
|
448
|
-
* @generated from field: repeated policy.Value values = 1;
|
|
449
|
-
*/
|
|
450
|
-
values: Value[];
|
|
451
|
-
|
|
452
|
-
constructor(data?: PartialMessage<ListAttributeValuesResponse>);
|
|
453
|
-
|
|
454
|
-
static readonly runtime: typeof proto3;
|
|
455
|
-
static readonly typeName = "policy.attributes.ListAttributeValuesResponse";
|
|
456
|
-
static readonly fields: FieldList;
|
|
457
|
-
|
|
458
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAttributeValuesResponse;
|
|
459
|
-
|
|
460
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAttributeValuesResponse;
|
|
461
|
-
|
|
462
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAttributeValuesResponse;
|
|
463
|
-
|
|
464
|
-
static equals(a: ListAttributeValuesResponse | PlainMessage<ListAttributeValuesResponse> | undefined, b: ListAttributeValuesResponse | PlainMessage<ListAttributeValuesResponse> | undefined): boolean;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* @generated from message policy.attributes.CreateAttributeValueRequest
|
|
469
|
-
*/
|
|
470
|
-
export declare class CreateAttributeValueRequest extends Message<CreateAttributeValueRequest> {
|
|
471
|
-
/**
|
|
472
|
-
* Required
|
|
473
|
-
*
|
|
474
|
-
* @generated from field: string attribute_id = 1;
|
|
475
|
-
*/
|
|
476
|
-
attributeId: string;
|
|
477
|
-
|
|
478
|
-
/**
|
|
479
|
-
* @generated from field: string value = 2;
|
|
480
|
-
*/
|
|
481
|
-
value: string;
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* Optional
|
|
485
|
-
*
|
|
486
|
-
* @generated from field: repeated string members = 3;
|
|
487
|
-
*/
|
|
488
|
-
members: string[];
|
|
489
|
-
|
|
490
|
-
/**
|
|
491
|
-
* Common metadata
|
|
492
|
-
*
|
|
493
|
-
* @generated from field: common.MetadataMutable metadata = 100;
|
|
494
|
-
*/
|
|
495
|
-
metadata?: MetadataMutable;
|
|
496
|
-
|
|
497
|
-
constructor(data?: PartialMessage<CreateAttributeValueRequest>);
|
|
498
|
-
|
|
499
|
-
static readonly runtime: typeof proto3;
|
|
500
|
-
static readonly typeName = "policy.attributes.CreateAttributeValueRequest";
|
|
501
|
-
static readonly fields: FieldList;
|
|
502
|
-
|
|
503
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAttributeValueRequest;
|
|
504
|
-
|
|
505
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAttributeValueRequest;
|
|
506
|
-
|
|
507
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateAttributeValueRequest;
|
|
508
|
-
|
|
509
|
-
static equals(a: CreateAttributeValueRequest | PlainMessage<CreateAttributeValueRequest> | undefined, b: CreateAttributeValueRequest | PlainMessage<CreateAttributeValueRequest> | undefined): boolean;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/**
|
|
513
|
-
* @generated from message policy.attributes.CreateAttributeValueResponse
|
|
514
|
-
*/
|
|
515
|
-
export declare class CreateAttributeValueResponse extends Message<CreateAttributeValueResponse> {
|
|
516
|
-
/**
|
|
517
|
-
* @generated from field: policy.Value value = 1;
|
|
518
|
-
*/
|
|
519
|
-
value?: Value;
|
|
520
|
-
|
|
521
|
-
constructor(data?: PartialMessage<CreateAttributeValueResponse>);
|
|
522
|
-
|
|
523
|
-
static readonly runtime: typeof proto3;
|
|
524
|
-
static readonly typeName = "policy.attributes.CreateAttributeValueResponse";
|
|
525
|
-
static readonly fields: FieldList;
|
|
526
|
-
|
|
527
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAttributeValueResponse;
|
|
528
|
-
|
|
529
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAttributeValueResponse;
|
|
530
|
-
|
|
531
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateAttributeValueResponse;
|
|
532
|
-
|
|
533
|
-
static equals(a: CreateAttributeValueResponse | PlainMessage<CreateAttributeValueResponse> | undefined, b: CreateAttributeValueResponse | PlainMessage<CreateAttributeValueResponse> | undefined): boolean;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* @generated from message policy.attributes.UpdateAttributeValueRequest
|
|
538
|
-
*/
|
|
539
|
-
export declare class UpdateAttributeValueRequest extends Message<UpdateAttributeValueRequest> {
|
|
540
|
-
/**
|
|
541
|
-
* @generated from field: string id = 1;
|
|
542
|
-
*/
|
|
543
|
-
id: string;
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* Optional
|
|
547
|
-
*
|
|
548
|
-
* @generated from field: repeated string members = 4;
|
|
549
|
-
*/
|
|
550
|
-
members: string[];
|
|
551
|
-
|
|
552
|
-
/**
|
|
553
|
-
* Common metadata
|
|
554
|
-
*
|
|
555
|
-
* @generated from field: common.MetadataMutable metadata = 100;
|
|
556
|
-
*/
|
|
557
|
-
metadata?: MetadataMutable;
|
|
558
|
-
|
|
559
|
-
/**
|
|
560
|
-
* @generated from field: common.MetadataUpdateEnum metadata_update_behavior = 101;
|
|
561
|
-
*/
|
|
562
|
-
metadataUpdateBehavior: MetadataUpdateEnum;
|
|
563
|
-
|
|
564
|
-
constructor(data?: PartialMessage<UpdateAttributeValueRequest>);
|
|
565
|
-
|
|
566
|
-
static readonly runtime: typeof proto3;
|
|
567
|
-
static readonly typeName = "policy.attributes.UpdateAttributeValueRequest";
|
|
568
|
-
static readonly fields: FieldList;
|
|
569
|
-
|
|
570
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateAttributeValueRequest;
|
|
571
|
-
|
|
572
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateAttributeValueRequest;
|
|
573
|
-
|
|
574
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateAttributeValueRequest;
|
|
575
|
-
|
|
576
|
-
static equals(a: UpdateAttributeValueRequest | PlainMessage<UpdateAttributeValueRequest> | undefined, b: UpdateAttributeValueRequest | PlainMessage<UpdateAttributeValueRequest> | undefined): boolean;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
/**
|
|
580
|
-
* @generated from message policy.attributes.UpdateAttributeValueResponse
|
|
581
|
-
*/
|
|
582
|
-
export declare class UpdateAttributeValueResponse extends Message<UpdateAttributeValueResponse> {
|
|
583
|
-
/**
|
|
584
|
-
* @generated from field: policy.Value value = 1;
|
|
585
|
-
*/
|
|
586
|
-
value?: Value;
|
|
587
|
-
|
|
588
|
-
constructor(data?: PartialMessage<UpdateAttributeValueResponse>);
|
|
589
|
-
|
|
590
|
-
static readonly runtime: typeof proto3;
|
|
591
|
-
static readonly typeName = "policy.attributes.UpdateAttributeValueResponse";
|
|
592
|
-
static readonly fields: FieldList;
|
|
593
|
-
|
|
594
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateAttributeValueResponse;
|
|
595
|
-
|
|
596
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateAttributeValueResponse;
|
|
597
|
-
|
|
598
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateAttributeValueResponse;
|
|
599
|
-
|
|
600
|
-
static equals(a: UpdateAttributeValueResponse | PlainMessage<UpdateAttributeValueResponse> | undefined, b: UpdateAttributeValueResponse | PlainMessage<UpdateAttributeValueResponse> | undefined): boolean;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
/**
|
|
604
|
-
* @generated from message policy.attributes.DeactivateAttributeValueRequest
|
|
605
|
-
*/
|
|
606
|
-
export declare class DeactivateAttributeValueRequest extends Message<DeactivateAttributeValueRequest> {
|
|
607
|
-
/**
|
|
608
|
-
* @generated from field: string id = 1;
|
|
609
|
-
*/
|
|
610
|
-
id: string;
|
|
611
|
-
|
|
612
|
-
constructor(data?: PartialMessage<DeactivateAttributeValueRequest>);
|
|
613
|
-
|
|
614
|
-
static readonly runtime: typeof proto3;
|
|
615
|
-
static readonly typeName = "policy.attributes.DeactivateAttributeValueRequest";
|
|
616
|
-
static readonly fields: FieldList;
|
|
617
|
-
|
|
618
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeactivateAttributeValueRequest;
|
|
619
|
-
|
|
620
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeactivateAttributeValueRequest;
|
|
621
|
-
|
|
622
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeactivateAttributeValueRequest;
|
|
623
|
-
|
|
624
|
-
static equals(a: DeactivateAttributeValueRequest | PlainMessage<DeactivateAttributeValueRequest> | undefined, b: DeactivateAttributeValueRequest | PlainMessage<DeactivateAttributeValueRequest> | undefined): boolean;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
/**
|
|
628
|
-
* @generated from message policy.attributes.DeactivateAttributeValueResponse
|
|
629
|
-
*/
|
|
630
|
-
export declare class DeactivateAttributeValueResponse extends Message<DeactivateAttributeValueResponse> {
|
|
631
|
-
/**
|
|
632
|
-
* @generated from field: policy.Value value = 1;
|
|
633
|
-
*/
|
|
634
|
-
value?: Value;
|
|
635
|
-
|
|
636
|
-
constructor(data?: PartialMessage<DeactivateAttributeValueResponse>);
|
|
637
|
-
|
|
638
|
-
static readonly runtime: typeof proto3;
|
|
639
|
-
static readonly typeName = "policy.attributes.DeactivateAttributeValueResponse";
|
|
640
|
-
static readonly fields: FieldList;
|
|
641
|
-
|
|
642
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeactivateAttributeValueResponse;
|
|
643
|
-
|
|
644
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeactivateAttributeValueResponse;
|
|
645
|
-
|
|
646
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeactivateAttributeValueResponse;
|
|
647
|
-
|
|
648
|
-
static equals(a: DeactivateAttributeValueResponse | PlainMessage<DeactivateAttributeValueResponse> | undefined, b: DeactivateAttributeValueResponse | PlainMessage<DeactivateAttributeValueResponse> | undefined): boolean;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
/**
|
|
652
|
-
* @generated from message policy.attributes.GetAttributeValuesByFqnsRequest
|
|
653
|
-
*/
|
|
654
|
-
export declare class GetAttributeValuesByFqnsRequest extends Message<GetAttributeValuesByFqnsRequest> {
|
|
655
|
-
/**
|
|
656
|
-
* Required
|
|
657
|
-
* Fully Qualified Names of attribute values (i.e. https://<namespace>/attr/<attribute_name>/value/<value_name>), normalized to lower case.
|
|
658
|
-
*
|
|
659
|
-
* @generated from field: repeated string fqns = 1;
|
|
660
|
-
*/
|
|
661
|
-
fqns: string[];
|
|
662
|
-
|
|
663
|
-
/**
|
|
664
|
-
* @generated from field: policy.AttributeValueSelector with_value = 2;
|
|
665
|
-
*/
|
|
666
|
-
withValue?: AttributeValueSelector;
|
|
667
|
-
|
|
668
|
-
constructor(data?: PartialMessage<GetAttributeValuesByFqnsRequest>);
|
|
669
|
-
|
|
670
|
-
static readonly runtime: typeof proto3;
|
|
671
|
-
static readonly typeName = "policy.attributes.GetAttributeValuesByFqnsRequest";
|
|
672
|
-
static readonly fields: FieldList;
|
|
673
|
-
|
|
674
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeValuesByFqnsRequest;
|
|
675
|
-
|
|
676
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeValuesByFqnsRequest;
|
|
677
|
-
|
|
678
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeValuesByFqnsRequest;
|
|
679
|
-
|
|
680
|
-
static equals(a: GetAttributeValuesByFqnsRequest | PlainMessage<GetAttributeValuesByFqnsRequest> | undefined, b: GetAttributeValuesByFqnsRequest | PlainMessage<GetAttributeValuesByFqnsRequest> | undefined): boolean;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
/**
|
|
684
|
-
* @generated from message policy.attributes.GetAttributeValuesByFqnsResponse
|
|
685
|
-
*/
|
|
686
|
-
export declare class GetAttributeValuesByFqnsResponse extends Message<GetAttributeValuesByFqnsResponse> {
|
|
687
|
-
/**
|
|
688
|
-
* map of FQNs to complete attributes and the one selected value
|
|
689
|
-
*
|
|
690
|
-
* @generated from field: map<string, policy.attributes.GetAttributeValuesByFqnsResponse.AttributeAndValue> fqn_attribute_values = 1;
|
|
691
|
-
*/
|
|
692
|
-
fqnAttributeValues: { [key: string]: GetAttributeValuesByFqnsResponse_AttributeAndValue };
|
|
693
|
-
|
|
694
|
-
constructor(data?: PartialMessage<GetAttributeValuesByFqnsResponse>);
|
|
695
|
-
|
|
696
|
-
static readonly runtime: typeof proto3;
|
|
697
|
-
static readonly typeName = "policy.attributes.GetAttributeValuesByFqnsResponse";
|
|
698
|
-
static readonly fields: FieldList;
|
|
699
|
-
|
|
700
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeValuesByFqnsResponse;
|
|
701
|
-
|
|
702
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeValuesByFqnsResponse;
|
|
703
|
-
|
|
704
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeValuesByFqnsResponse;
|
|
705
|
-
|
|
706
|
-
static equals(a: GetAttributeValuesByFqnsResponse | PlainMessage<GetAttributeValuesByFqnsResponse> | undefined, b: GetAttributeValuesByFqnsResponse | PlainMessage<GetAttributeValuesByFqnsResponse> | undefined): boolean;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
/**
|
|
710
|
-
* @generated from message policy.attributes.GetAttributeValuesByFqnsResponse.AttributeAndValue
|
|
711
|
-
*/
|
|
712
|
-
export declare class GetAttributeValuesByFqnsResponse_AttributeAndValue extends Message<GetAttributeValuesByFqnsResponse_AttributeAndValue> {
|
|
713
|
-
/**
|
|
714
|
-
* @generated from field: policy.Attribute attribute = 1;
|
|
715
|
-
*/
|
|
716
|
-
attribute?: Attribute;
|
|
717
|
-
|
|
718
|
-
/**
|
|
719
|
-
* @generated from field: policy.Value value = 2;
|
|
720
|
-
*/
|
|
721
|
-
value?: Value;
|
|
722
|
-
|
|
723
|
-
constructor(data?: PartialMessage<GetAttributeValuesByFqnsResponse_AttributeAndValue>);
|
|
724
|
-
|
|
725
|
-
static readonly runtime: typeof proto3;
|
|
726
|
-
static readonly typeName = "policy.attributes.GetAttributeValuesByFqnsResponse.AttributeAndValue";
|
|
727
|
-
static readonly fields: FieldList;
|
|
728
|
-
|
|
729
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAttributeValuesByFqnsResponse_AttributeAndValue;
|
|
730
|
-
|
|
731
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAttributeValuesByFqnsResponse_AttributeAndValue;
|
|
732
|
-
|
|
733
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAttributeValuesByFqnsResponse_AttributeAndValue;
|
|
734
|
-
|
|
735
|
-
static equals(a: GetAttributeValuesByFqnsResponse_AttributeAndValue | PlainMessage<GetAttributeValuesByFqnsResponse_AttributeAndValue> | undefined, b: GetAttributeValuesByFqnsResponse_AttributeAndValue | PlainMessage<GetAttributeValuesByFqnsResponse_AttributeAndValue> | undefined): boolean;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/**
|
|
739
|
-
* @generated from message policy.attributes.AssignKeyAccessServerToAttributeRequest
|
|
740
|
-
*/
|
|
741
|
-
export declare class AssignKeyAccessServerToAttributeRequest extends Message<AssignKeyAccessServerToAttributeRequest> {
|
|
742
|
-
/**
|
|
743
|
-
* @generated from field: policy.attributes.AttributeKeyAccessServer attribute_key_access_server = 1;
|
|
744
|
-
*/
|
|
745
|
-
attributeKeyAccessServer?: AttributeKeyAccessServer;
|
|
746
|
-
|
|
747
|
-
constructor(data?: PartialMessage<AssignKeyAccessServerToAttributeRequest>);
|
|
748
|
-
|
|
749
|
-
static readonly runtime: typeof proto3;
|
|
750
|
-
static readonly typeName = "policy.attributes.AssignKeyAccessServerToAttributeRequest";
|
|
751
|
-
static readonly fields: FieldList;
|
|
752
|
-
|
|
753
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignKeyAccessServerToAttributeRequest;
|
|
754
|
-
|
|
755
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToAttributeRequest;
|
|
756
|
-
|
|
757
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToAttributeRequest;
|
|
758
|
-
|
|
759
|
-
static equals(a: AssignKeyAccessServerToAttributeRequest | PlainMessage<AssignKeyAccessServerToAttributeRequest> | undefined, b: AssignKeyAccessServerToAttributeRequest | PlainMessage<AssignKeyAccessServerToAttributeRequest> | undefined): boolean;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
/**
|
|
763
|
-
* @generated from message policy.attributes.AssignKeyAccessServerToAttributeResponse
|
|
764
|
-
*/
|
|
765
|
-
export declare class AssignKeyAccessServerToAttributeResponse extends Message<AssignKeyAccessServerToAttributeResponse> {
|
|
766
|
-
/**
|
|
767
|
-
* @generated from field: policy.attributes.AttributeKeyAccessServer attribute_key_access_server = 1;
|
|
768
|
-
*/
|
|
769
|
-
attributeKeyAccessServer?: AttributeKeyAccessServer;
|
|
770
|
-
|
|
771
|
-
constructor(data?: PartialMessage<AssignKeyAccessServerToAttributeResponse>);
|
|
772
|
-
|
|
773
|
-
static readonly runtime: typeof proto3;
|
|
774
|
-
static readonly typeName = "policy.attributes.AssignKeyAccessServerToAttributeResponse";
|
|
775
|
-
static readonly fields: FieldList;
|
|
776
|
-
|
|
777
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignKeyAccessServerToAttributeResponse;
|
|
778
|
-
|
|
779
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToAttributeResponse;
|
|
780
|
-
|
|
781
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToAttributeResponse;
|
|
782
|
-
|
|
783
|
-
static equals(a: AssignKeyAccessServerToAttributeResponse | PlainMessage<AssignKeyAccessServerToAttributeResponse> | undefined, b: AssignKeyAccessServerToAttributeResponse | PlainMessage<AssignKeyAccessServerToAttributeResponse> | undefined): boolean;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
/**
|
|
787
|
-
* @generated from message policy.attributes.RemoveKeyAccessServerFromAttributeRequest
|
|
788
|
-
*/
|
|
789
|
-
export declare class RemoveKeyAccessServerFromAttributeRequest extends Message<RemoveKeyAccessServerFromAttributeRequest> {
|
|
790
|
-
/**
|
|
791
|
-
* @generated from field: policy.attributes.AttributeKeyAccessServer attribute_key_access_server = 1;
|
|
792
|
-
*/
|
|
793
|
-
attributeKeyAccessServer?: AttributeKeyAccessServer;
|
|
794
|
-
|
|
795
|
-
constructor(data?: PartialMessage<RemoveKeyAccessServerFromAttributeRequest>);
|
|
796
|
-
|
|
797
|
-
static readonly runtime: typeof proto3;
|
|
798
|
-
static readonly typeName = "policy.attributes.RemoveKeyAccessServerFromAttributeRequest";
|
|
799
|
-
static readonly fields: FieldList;
|
|
800
|
-
|
|
801
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoveKeyAccessServerFromAttributeRequest;
|
|
802
|
-
|
|
803
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromAttributeRequest;
|
|
804
|
-
|
|
805
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromAttributeRequest;
|
|
806
|
-
|
|
807
|
-
static equals(a: RemoveKeyAccessServerFromAttributeRequest | PlainMessage<RemoveKeyAccessServerFromAttributeRequest> | undefined, b: RemoveKeyAccessServerFromAttributeRequest | PlainMessage<RemoveKeyAccessServerFromAttributeRequest> | undefined): boolean;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
/**
|
|
811
|
-
* @generated from message policy.attributes.RemoveKeyAccessServerFromAttributeResponse
|
|
812
|
-
*/
|
|
813
|
-
export declare class RemoveKeyAccessServerFromAttributeResponse extends Message<RemoveKeyAccessServerFromAttributeResponse> {
|
|
814
|
-
/**
|
|
815
|
-
* @generated from field: policy.attributes.AttributeKeyAccessServer attribute_key_access_server = 1;
|
|
816
|
-
*/
|
|
817
|
-
attributeKeyAccessServer?: AttributeKeyAccessServer;
|
|
818
|
-
|
|
819
|
-
constructor(data?: PartialMessage<RemoveKeyAccessServerFromAttributeResponse>);
|
|
820
|
-
|
|
821
|
-
static readonly runtime: typeof proto3;
|
|
822
|
-
static readonly typeName = "policy.attributes.RemoveKeyAccessServerFromAttributeResponse";
|
|
823
|
-
static readonly fields: FieldList;
|
|
824
|
-
|
|
825
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoveKeyAccessServerFromAttributeResponse;
|
|
826
|
-
|
|
827
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromAttributeResponse;
|
|
828
|
-
|
|
829
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromAttributeResponse;
|
|
830
|
-
|
|
831
|
-
static equals(a: RemoveKeyAccessServerFromAttributeResponse | PlainMessage<RemoveKeyAccessServerFromAttributeResponse> | undefined, b: RemoveKeyAccessServerFromAttributeResponse | PlainMessage<RemoveKeyAccessServerFromAttributeResponse> | undefined): boolean;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
/**
|
|
835
|
-
* @generated from message policy.attributes.AssignKeyAccessServerToValueRequest
|
|
836
|
-
*/
|
|
837
|
-
export declare class AssignKeyAccessServerToValueRequest extends Message<AssignKeyAccessServerToValueRequest> {
|
|
838
|
-
/**
|
|
839
|
-
* @generated from field: policy.attributes.ValueKeyAccessServer value_key_access_server = 1;
|
|
840
|
-
*/
|
|
841
|
-
valueKeyAccessServer?: ValueKeyAccessServer;
|
|
842
|
-
|
|
843
|
-
constructor(data?: PartialMessage<AssignKeyAccessServerToValueRequest>);
|
|
844
|
-
|
|
845
|
-
static readonly runtime: typeof proto3;
|
|
846
|
-
static readonly typeName = "policy.attributes.AssignKeyAccessServerToValueRequest";
|
|
847
|
-
static readonly fields: FieldList;
|
|
848
|
-
|
|
849
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignKeyAccessServerToValueRequest;
|
|
850
|
-
|
|
851
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToValueRequest;
|
|
852
|
-
|
|
853
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToValueRequest;
|
|
854
|
-
|
|
855
|
-
static equals(a: AssignKeyAccessServerToValueRequest | PlainMessage<AssignKeyAccessServerToValueRequest> | undefined, b: AssignKeyAccessServerToValueRequest | PlainMessage<AssignKeyAccessServerToValueRequest> | undefined): boolean;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
/**
|
|
859
|
-
* @generated from message policy.attributes.AssignKeyAccessServerToValueResponse
|
|
860
|
-
*/
|
|
861
|
-
export declare class AssignKeyAccessServerToValueResponse extends Message<AssignKeyAccessServerToValueResponse> {
|
|
862
|
-
/**
|
|
863
|
-
* @generated from field: policy.attributes.ValueKeyAccessServer value_key_access_server = 1;
|
|
864
|
-
*/
|
|
865
|
-
valueKeyAccessServer?: ValueKeyAccessServer;
|
|
866
|
-
|
|
867
|
-
constructor(data?: PartialMessage<AssignKeyAccessServerToValueResponse>);
|
|
868
|
-
|
|
869
|
-
static readonly runtime: typeof proto3;
|
|
870
|
-
static readonly typeName = "policy.attributes.AssignKeyAccessServerToValueResponse";
|
|
871
|
-
static readonly fields: FieldList;
|
|
872
|
-
|
|
873
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignKeyAccessServerToValueResponse;
|
|
874
|
-
|
|
875
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToValueResponse;
|
|
876
|
-
|
|
877
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AssignKeyAccessServerToValueResponse;
|
|
878
|
-
|
|
879
|
-
static equals(a: AssignKeyAccessServerToValueResponse | PlainMessage<AssignKeyAccessServerToValueResponse> | undefined, b: AssignKeyAccessServerToValueResponse | PlainMessage<AssignKeyAccessServerToValueResponse> | undefined): boolean;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
/**
|
|
883
|
-
* @generated from message policy.attributes.RemoveKeyAccessServerFromValueRequest
|
|
884
|
-
*/
|
|
885
|
-
export declare class RemoveKeyAccessServerFromValueRequest extends Message<RemoveKeyAccessServerFromValueRequest> {
|
|
886
|
-
/**
|
|
887
|
-
* @generated from field: policy.attributes.ValueKeyAccessServer value_key_access_server = 1;
|
|
888
|
-
*/
|
|
889
|
-
valueKeyAccessServer?: ValueKeyAccessServer;
|
|
890
|
-
|
|
891
|
-
constructor(data?: PartialMessage<RemoveKeyAccessServerFromValueRequest>);
|
|
892
|
-
|
|
893
|
-
static readonly runtime: typeof proto3;
|
|
894
|
-
static readonly typeName = "policy.attributes.RemoveKeyAccessServerFromValueRequest";
|
|
895
|
-
static readonly fields: FieldList;
|
|
896
|
-
|
|
897
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoveKeyAccessServerFromValueRequest;
|
|
898
|
-
|
|
899
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromValueRequest;
|
|
900
|
-
|
|
901
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromValueRequest;
|
|
902
|
-
|
|
903
|
-
static equals(a: RemoveKeyAccessServerFromValueRequest | PlainMessage<RemoveKeyAccessServerFromValueRequest> | undefined, b: RemoveKeyAccessServerFromValueRequest | PlainMessage<RemoveKeyAccessServerFromValueRequest> | undefined): boolean;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
/**
|
|
907
|
-
* @generated from message policy.attributes.RemoveKeyAccessServerFromValueResponse
|
|
908
|
-
*/
|
|
909
|
-
export declare class RemoveKeyAccessServerFromValueResponse extends Message<RemoveKeyAccessServerFromValueResponse> {
|
|
910
|
-
/**
|
|
911
|
-
* @generated from field: policy.attributes.ValueKeyAccessServer value_key_access_server = 1;
|
|
912
|
-
*/
|
|
913
|
-
valueKeyAccessServer?: ValueKeyAccessServer;
|
|
914
|
-
|
|
915
|
-
constructor(data?: PartialMessage<RemoveKeyAccessServerFromValueResponse>);
|
|
916
|
-
|
|
917
|
-
static readonly runtime: typeof proto3;
|
|
918
|
-
static readonly typeName = "policy.attributes.RemoveKeyAccessServerFromValueResponse";
|
|
919
|
-
static readonly fields: FieldList;
|
|
920
|
-
|
|
921
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoveKeyAccessServerFromValueResponse;
|
|
922
|
-
|
|
923
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromValueResponse;
|
|
924
|
-
|
|
925
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoveKeyAccessServerFromValueResponse;
|
|
926
|
-
|
|
927
|
-
static equals(a: RemoveKeyAccessServerFromValueResponse | PlainMessage<RemoveKeyAccessServerFromValueResponse> | undefined, b: RemoveKeyAccessServerFromValueResponse | PlainMessage<RemoveKeyAccessServerFromValueResponse> | undefined): boolean;
|
|
928
|
-
}
|
|
929
|
-
|