yandexcloud 0.365.0__py3-none-any.whl → 0.367.0__py3-none-any.whl
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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/access/access_pb2.py +5 -3
- yandex/cloud/access/access_pb2.pyi +24 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +34 -32
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/audittrails/v1/trail_pb2.py +9 -11
- yandex/cloud/audittrails/v1/trail_pb2.pyi +1 -5
- yandex/cloud/backup/v1/policy_pb2.py +9 -9
- yandex/cloud/backup/v1/policy_pb2.pyi +8 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.pyi +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.py +56 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.pyi +118 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.py +60 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.pyi +353 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.py +24 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.py +106 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.pyi +238 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.py +324 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.pyi +153 -0
- yandex/cloud/compute/v1/instance_service_pb2.pyi +8 -1
- yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
- yandex/cloud/connectionmanager/v1/storedoc_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2.pyi +172 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.py +50 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.pyi +67 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.py +98 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.pyi +44 -0
- yandex/cloud/kms/v1/symmetric_key_pb2.py +3 -3
- yandex/cloud/kms/v1/symmetric_key_pb2.pyi +4 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +16 -16
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +76 -76
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +11 -29
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +0 -399
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +28 -28
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +65 -99
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +21 -426
- yandex/cloud/organizationmanager/v1/idp/application/saml/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.py +100 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.pyi +487 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.py +198 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.pyi +733 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.py +678 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.pyi +322 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.py +40 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.pyi +103 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.py +95 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.pyi +220 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.py +281 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.pyi +141 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +29 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +132 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +90 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +52 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/searchapi/v2/wordstat_service_pb2.py +96 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2.pyi +344 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.py +189 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.pyi +90 -0
- yandex/cloud/serverless/mcpgateway/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.py +152 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.pyi +780 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.py +134 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.pyi +390 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.py +456 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.pyi +213 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.py +35 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +3 -3
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +38 -31
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +133 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +61 -0
- yandex/cloud/trino/v1/cluster_pb2.py +46 -45
- yandex/cloud/trino/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +17 -4
- yandex/cloud/trino/v1/resource_management_pb2.py +66 -0
- yandex/cloud/trino/v1/resource_management_pb2.pyi +257 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +20 -20
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/RECORD +117 -54
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.365.0.dist-info → yandexcloud-0.367.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,733 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
12
|
+
import google.protobuf.message
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
import yandex.cloud.operation.operation_pb2
|
|
16
|
+
import yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2
|
|
17
|
+
|
|
18
|
+
if sys.version_info >= (3, 10):
|
|
19
|
+
import typing as typing_extensions
|
|
20
|
+
else:
|
|
21
|
+
import typing_extensions
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
24
|
+
|
|
25
|
+
class _AssignmentAction:
|
|
26
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
27
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
28
|
+
|
|
29
|
+
class _AssignmentActionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_AssignmentAction.ValueType], builtins.type):
|
|
30
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
31
|
+
ASSIGNMENT_ACTION_UNSPECIFIED: _AssignmentAction.ValueType # 0
|
|
32
|
+
"""The assignment action is not specified."""
|
|
33
|
+
ADD: _AssignmentAction.ValueType # 1
|
|
34
|
+
"""Add an assignment."""
|
|
35
|
+
REMOVE: _AssignmentAction.ValueType # 2
|
|
36
|
+
"""Remove an assignment."""
|
|
37
|
+
|
|
38
|
+
class AssignmentAction(_AssignmentAction, metaclass=_AssignmentActionEnumTypeWrapper):
|
|
39
|
+
"""Actions that can be performed on assignments."""
|
|
40
|
+
|
|
41
|
+
ASSIGNMENT_ACTION_UNSPECIFIED: AssignmentAction.ValueType # 0
|
|
42
|
+
"""The assignment action is not specified."""
|
|
43
|
+
ADD: AssignmentAction.ValueType # 1
|
|
44
|
+
"""Add an assignment."""
|
|
45
|
+
REMOVE: AssignmentAction.ValueType # 2
|
|
46
|
+
"""Remove an assignment."""
|
|
47
|
+
global___AssignmentAction = AssignmentAction
|
|
48
|
+
|
|
49
|
+
@typing.final
|
|
50
|
+
class GetApplicationRequest(google.protobuf.message.Message):
|
|
51
|
+
"""Request to get a SAML application by ID."""
|
|
52
|
+
|
|
53
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
54
|
+
|
|
55
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
56
|
+
application_id: builtins.str
|
|
57
|
+
"""ID of the SAML application to return."""
|
|
58
|
+
def __init__(
|
|
59
|
+
self,
|
|
60
|
+
*,
|
|
61
|
+
application_id: builtins.str = ...,
|
|
62
|
+
) -> None: ...
|
|
63
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
64
|
+
|
|
65
|
+
global___GetApplicationRequest = GetApplicationRequest
|
|
66
|
+
|
|
67
|
+
@typing.final
|
|
68
|
+
class ListApplicationsRequest(google.protobuf.message.Message):
|
|
69
|
+
"""Request to list SAML applications in an organization."""
|
|
70
|
+
|
|
71
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
72
|
+
|
|
73
|
+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
|
|
74
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
75
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
76
|
+
FILTER_FIELD_NUMBER: builtins.int
|
|
77
|
+
organization_id: builtins.str
|
|
78
|
+
"""ID of the organization to list applications in."""
|
|
79
|
+
page_size: builtins.int
|
|
80
|
+
"""The maximum number of results per page to return."""
|
|
81
|
+
page_token: builtins.str
|
|
82
|
+
"""Page token for pagination."""
|
|
83
|
+
filter: builtins.str
|
|
84
|
+
"""A filter expression that filters resources listed in the response."""
|
|
85
|
+
def __init__(
|
|
86
|
+
self,
|
|
87
|
+
*,
|
|
88
|
+
organization_id: builtins.str = ...,
|
|
89
|
+
page_size: builtins.int = ...,
|
|
90
|
+
page_token: builtins.str = ...,
|
|
91
|
+
filter: builtins.str = ...,
|
|
92
|
+
) -> None: ...
|
|
93
|
+
def ClearField(self, field_name: typing.Literal["filter", b"filter", "organization_id", b"organization_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
94
|
+
|
|
95
|
+
global___ListApplicationsRequest = ListApplicationsRequest
|
|
96
|
+
|
|
97
|
+
@typing.final
|
|
98
|
+
class ListApplicationsResponse(google.protobuf.message.Message):
|
|
99
|
+
"""Response message for [ApplicationService.List]."""
|
|
100
|
+
|
|
101
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
102
|
+
|
|
103
|
+
APPLICATIONS_FIELD_NUMBER: builtins.int
|
|
104
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
105
|
+
next_page_token: builtins.str
|
|
106
|
+
"""Token for getting the next page of the list."""
|
|
107
|
+
@property
|
|
108
|
+
def applications(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.Application]:
|
|
109
|
+
"""List of SAML applications."""
|
|
110
|
+
|
|
111
|
+
def __init__(
|
|
112
|
+
self,
|
|
113
|
+
*,
|
|
114
|
+
applications: collections.abc.Iterable[yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.Application] | None = ...,
|
|
115
|
+
next_page_token: builtins.str = ...,
|
|
116
|
+
) -> None: ...
|
|
117
|
+
def ClearField(self, field_name: typing.Literal["applications", b"applications", "next_page_token", b"next_page_token"]) -> None: ...
|
|
118
|
+
|
|
119
|
+
global___ListApplicationsResponse = ListApplicationsResponse
|
|
120
|
+
|
|
121
|
+
@typing.final
|
|
122
|
+
class CreateApplicationRequest(google.protobuf.message.Message):
|
|
123
|
+
"""Request to create a new SAML application."""
|
|
124
|
+
|
|
125
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
126
|
+
|
|
127
|
+
@typing.final
|
|
128
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
129
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
130
|
+
|
|
131
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
132
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
133
|
+
key: builtins.str
|
|
134
|
+
value: builtins.str
|
|
135
|
+
def __init__(
|
|
136
|
+
self,
|
|
137
|
+
*,
|
|
138
|
+
key: builtins.str = ...,
|
|
139
|
+
value: builtins.str = ...,
|
|
140
|
+
) -> None: ...
|
|
141
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
142
|
+
|
|
143
|
+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
|
|
144
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
145
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
146
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
147
|
+
SERVICE_PROVIDER_FIELD_NUMBER: builtins.int
|
|
148
|
+
SECURITY_SETTINGS_FIELD_NUMBER: builtins.int
|
|
149
|
+
ATTRIBUTE_MAPPING_FIELD_NUMBER: builtins.int
|
|
150
|
+
GROUP_CLAIMS_SETTINGS_FIELD_NUMBER: builtins.int
|
|
151
|
+
organization_id: builtins.str
|
|
152
|
+
"""ID of the organization to create the application in."""
|
|
153
|
+
name: builtins.str
|
|
154
|
+
"""Name of the SAML application."""
|
|
155
|
+
description: builtins.str
|
|
156
|
+
"""Description of the SAML application."""
|
|
157
|
+
@property
|
|
158
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
159
|
+
"""Resource labels as `` key:value `` pairs."""
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
def service_provider(self) -> yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.ServiceProvider:
|
|
163
|
+
"""Service provider configuration for the SAML application."""
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
def security_settings(self) -> global___SecuritySettingsSpec:
|
|
167
|
+
"""Security settings for the SAML application."""
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
def attribute_mapping(self) -> global___AttributeMappingSpec:
|
|
171
|
+
"""Attribute mapping configuration for the SAML application."""
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
def group_claims_settings(self) -> yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.GroupClaimsSettings:
|
|
175
|
+
"""Group claims settings for the SAML application."""
|
|
176
|
+
|
|
177
|
+
def __init__(
|
|
178
|
+
self,
|
|
179
|
+
*,
|
|
180
|
+
organization_id: builtins.str = ...,
|
|
181
|
+
name: builtins.str = ...,
|
|
182
|
+
description: builtins.str = ...,
|
|
183
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
184
|
+
service_provider: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.ServiceProvider | None = ...,
|
|
185
|
+
security_settings: global___SecuritySettingsSpec | None = ...,
|
|
186
|
+
attribute_mapping: global___AttributeMappingSpec | None = ...,
|
|
187
|
+
group_claims_settings: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.GroupClaimsSettings | None = ...,
|
|
188
|
+
) -> None: ...
|
|
189
|
+
def HasField(self, field_name: typing.Literal["attribute_mapping", b"attribute_mapping", "group_claims_settings", b"group_claims_settings", "security_settings", b"security_settings", "service_provider", b"service_provider"]) -> builtins.bool: ...
|
|
190
|
+
def ClearField(self, field_name: typing.Literal["attribute_mapping", b"attribute_mapping", "description", b"description", "group_claims_settings", b"group_claims_settings", "labels", b"labels", "name", b"name", "organization_id", b"organization_id", "security_settings", b"security_settings", "service_provider", b"service_provider"]) -> None: ...
|
|
191
|
+
|
|
192
|
+
global___CreateApplicationRequest = CreateApplicationRequest
|
|
193
|
+
|
|
194
|
+
@typing.final
|
|
195
|
+
class SecuritySettingsSpec(google.protobuf.message.Message):
|
|
196
|
+
"""Security settings specification for SAML application creation."""
|
|
197
|
+
|
|
198
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
199
|
+
|
|
200
|
+
SIGNATURE_MODE_FIELD_NUMBER: builtins.int
|
|
201
|
+
signature_mode: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.SecuritySettings.SignatureMode.ValueType
|
|
202
|
+
"""Signature mode for SAML assertions and responses."""
|
|
203
|
+
def __init__(
|
|
204
|
+
self,
|
|
205
|
+
*,
|
|
206
|
+
signature_mode: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.SecuritySettings.SignatureMode.ValueType = ...,
|
|
207
|
+
) -> None: ...
|
|
208
|
+
def ClearField(self, field_name: typing.Literal["signature_mode", b"signature_mode"]) -> None: ...
|
|
209
|
+
|
|
210
|
+
global___SecuritySettingsSpec = SecuritySettingsSpec
|
|
211
|
+
|
|
212
|
+
@typing.final
|
|
213
|
+
class NameIdSpec(google.protobuf.message.Message):
|
|
214
|
+
"""NameID specification for SAML application."""
|
|
215
|
+
|
|
216
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
217
|
+
|
|
218
|
+
FORMAT_FIELD_NUMBER: builtins.int
|
|
219
|
+
format: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.NameId.Format.ValueType
|
|
220
|
+
"""Format of the NameID."""
|
|
221
|
+
def __init__(
|
|
222
|
+
self,
|
|
223
|
+
*,
|
|
224
|
+
format: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.NameId.Format.ValueType = ...,
|
|
225
|
+
) -> None: ...
|
|
226
|
+
def ClearField(self, field_name: typing.Literal["format", b"format"]) -> None: ...
|
|
227
|
+
|
|
228
|
+
global___NameIdSpec = NameIdSpec
|
|
229
|
+
|
|
230
|
+
@typing.final
|
|
231
|
+
class AttributeMappingSpec(google.protobuf.message.Message):
|
|
232
|
+
"""Attribute mapping specification for SAML application."""
|
|
233
|
+
|
|
234
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
235
|
+
|
|
236
|
+
NAME_ID_FIELD_NUMBER: builtins.int
|
|
237
|
+
ATTRIBUTES_FIELD_NUMBER: builtins.int
|
|
238
|
+
@property
|
|
239
|
+
def name_id(self) -> global___NameIdSpec:
|
|
240
|
+
"""NameID configuration."""
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
def attributes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.Attribute]:
|
|
244
|
+
"""List of attribute mappings."""
|
|
245
|
+
|
|
246
|
+
def __init__(
|
|
247
|
+
self,
|
|
248
|
+
*,
|
|
249
|
+
name_id: global___NameIdSpec | None = ...,
|
|
250
|
+
attributes: collections.abc.Iterable[yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.Attribute] | None = ...,
|
|
251
|
+
) -> None: ...
|
|
252
|
+
def HasField(self, field_name: typing.Literal["name_id", b"name_id"]) -> builtins.bool: ...
|
|
253
|
+
def ClearField(self, field_name: typing.Literal["attributes", b"attributes", "name_id", b"name_id"]) -> None: ...
|
|
254
|
+
|
|
255
|
+
global___AttributeMappingSpec = AttributeMappingSpec
|
|
256
|
+
|
|
257
|
+
@typing.final
|
|
258
|
+
class CreateApplicationMetadata(google.protobuf.message.Message):
|
|
259
|
+
"""Metadata for the [ApplicationService.Create] operation."""
|
|
260
|
+
|
|
261
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
262
|
+
|
|
263
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
264
|
+
application_id: builtins.str
|
|
265
|
+
"""ID of the SAML application that is being created."""
|
|
266
|
+
def __init__(
|
|
267
|
+
self,
|
|
268
|
+
*,
|
|
269
|
+
application_id: builtins.str = ...,
|
|
270
|
+
) -> None: ...
|
|
271
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
272
|
+
|
|
273
|
+
global___CreateApplicationMetadata = CreateApplicationMetadata
|
|
274
|
+
|
|
275
|
+
@typing.final
|
|
276
|
+
class UpdateApplicationRequest(google.protobuf.message.Message):
|
|
277
|
+
"""Request to update an existing SAML application."""
|
|
278
|
+
|
|
279
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
280
|
+
|
|
281
|
+
@typing.final
|
|
282
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
283
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
284
|
+
|
|
285
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
286
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
287
|
+
key: builtins.str
|
|
288
|
+
value: builtins.str
|
|
289
|
+
def __init__(
|
|
290
|
+
self,
|
|
291
|
+
*,
|
|
292
|
+
key: builtins.str = ...,
|
|
293
|
+
value: builtins.str = ...,
|
|
294
|
+
) -> None: ...
|
|
295
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
296
|
+
|
|
297
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
298
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
299
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
300
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
301
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
302
|
+
SERVICE_PROVIDER_FIELD_NUMBER: builtins.int
|
|
303
|
+
SECURITY_SETTINGS_FIELD_NUMBER: builtins.int
|
|
304
|
+
ATTRIBUTE_MAPPING_FIELD_NUMBER: builtins.int
|
|
305
|
+
GROUP_CLAIMS_SETTINGS_FIELD_NUMBER: builtins.int
|
|
306
|
+
application_id: builtins.str
|
|
307
|
+
"""ID of the SAML application to update."""
|
|
308
|
+
name: builtins.str
|
|
309
|
+
"""New name for the SAML application."""
|
|
310
|
+
description: builtins.str
|
|
311
|
+
"""New description for the SAML application."""
|
|
312
|
+
@property
|
|
313
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
314
|
+
"""Field mask that specifies which fields of the application are going to be updated."""
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
318
|
+
"""New resource labels as `` key:value `` pairs."""
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
def service_provider(self) -> yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.ServiceProvider:
|
|
322
|
+
"""New service provider configuration for the SAML application."""
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
def security_settings(self) -> yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.SecuritySettings:
|
|
326
|
+
"""New security settings for the SAML application."""
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
def attribute_mapping(self) -> global___AttributeMappingSpec:
|
|
330
|
+
"""New attribute mapping configuration for the SAML application."""
|
|
331
|
+
|
|
332
|
+
@property
|
|
333
|
+
def group_claims_settings(self) -> yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.GroupClaimsSettings:
|
|
334
|
+
"""New group claims settings for the SAML application."""
|
|
335
|
+
|
|
336
|
+
def __init__(
|
|
337
|
+
self,
|
|
338
|
+
*,
|
|
339
|
+
application_id: builtins.str = ...,
|
|
340
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
341
|
+
name: builtins.str = ...,
|
|
342
|
+
description: builtins.str = ...,
|
|
343
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
344
|
+
service_provider: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.ServiceProvider | None = ...,
|
|
345
|
+
security_settings: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.SecuritySettings | None = ...,
|
|
346
|
+
attribute_mapping: global___AttributeMappingSpec | None = ...,
|
|
347
|
+
group_claims_settings: yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2.GroupClaimsSettings | None = ...,
|
|
348
|
+
) -> None: ...
|
|
349
|
+
def HasField(self, field_name: typing.Literal["attribute_mapping", b"attribute_mapping", "group_claims_settings", b"group_claims_settings", "security_settings", b"security_settings", "service_provider", b"service_provider", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
350
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id", "attribute_mapping", b"attribute_mapping", "description", b"description", "group_claims_settings", b"group_claims_settings", "labels", b"labels", "name", b"name", "security_settings", b"security_settings", "service_provider", b"service_provider", "update_mask", b"update_mask"]) -> None: ...
|
|
351
|
+
|
|
352
|
+
global___UpdateApplicationRequest = UpdateApplicationRequest
|
|
353
|
+
|
|
354
|
+
@typing.final
|
|
355
|
+
class UpdateApplicationMetadata(google.protobuf.message.Message):
|
|
356
|
+
"""Metadata for the [ApplicationService.Update] operation."""
|
|
357
|
+
|
|
358
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
359
|
+
|
|
360
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
361
|
+
application_id: builtins.str
|
|
362
|
+
"""ID of the SAML application that is being updated."""
|
|
363
|
+
def __init__(
|
|
364
|
+
self,
|
|
365
|
+
*,
|
|
366
|
+
application_id: builtins.str = ...,
|
|
367
|
+
) -> None: ...
|
|
368
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
369
|
+
|
|
370
|
+
global___UpdateApplicationMetadata = UpdateApplicationMetadata
|
|
371
|
+
|
|
372
|
+
@typing.final
|
|
373
|
+
class DeleteApplicationRequest(google.protobuf.message.Message):
|
|
374
|
+
"""Request to delete a SAML application."""
|
|
375
|
+
|
|
376
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
377
|
+
|
|
378
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
379
|
+
application_id: builtins.str
|
|
380
|
+
"""ID of the SAML application to delete."""
|
|
381
|
+
def __init__(
|
|
382
|
+
self,
|
|
383
|
+
*,
|
|
384
|
+
application_id: builtins.str = ...,
|
|
385
|
+
) -> None: ...
|
|
386
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
387
|
+
|
|
388
|
+
global___DeleteApplicationRequest = DeleteApplicationRequest
|
|
389
|
+
|
|
390
|
+
@typing.final
|
|
391
|
+
class DeleteApplicationMetadata(google.protobuf.message.Message):
|
|
392
|
+
"""Metadata for the [ApplicationService.Delete] operation."""
|
|
393
|
+
|
|
394
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
395
|
+
|
|
396
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
397
|
+
application_id: builtins.str
|
|
398
|
+
"""ID of the SAML application that is being deleted."""
|
|
399
|
+
def __init__(
|
|
400
|
+
self,
|
|
401
|
+
*,
|
|
402
|
+
application_id: builtins.str = ...,
|
|
403
|
+
) -> None: ...
|
|
404
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
405
|
+
|
|
406
|
+
global___DeleteApplicationMetadata = DeleteApplicationMetadata
|
|
407
|
+
|
|
408
|
+
@typing.final
|
|
409
|
+
class SuspendApplicationRequest(google.protobuf.message.Message):
|
|
410
|
+
"""Request to suspend a SAML application."""
|
|
411
|
+
|
|
412
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
413
|
+
|
|
414
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
415
|
+
application_id: builtins.str
|
|
416
|
+
"""ID of the SAML application to suspend."""
|
|
417
|
+
def __init__(
|
|
418
|
+
self,
|
|
419
|
+
*,
|
|
420
|
+
application_id: builtins.str = ...,
|
|
421
|
+
) -> None: ...
|
|
422
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
423
|
+
|
|
424
|
+
global___SuspendApplicationRequest = SuspendApplicationRequest
|
|
425
|
+
|
|
426
|
+
@typing.final
|
|
427
|
+
class SuspendApplicationMetadata(google.protobuf.message.Message):
|
|
428
|
+
"""Metadata for the [ApplicationService.Suspend] operation."""
|
|
429
|
+
|
|
430
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
431
|
+
|
|
432
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
433
|
+
application_id: builtins.str
|
|
434
|
+
"""ID of the SAML application that is being suspended."""
|
|
435
|
+
def __init__(
|
|
436
|
+
self,
|
|
437
|
+
*,
|
|
438
|
+
application_id: builtins.str = ...,
|
|
439
|
+
) -> None: ...
|
|
440
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
441
|
+
|
|
442
|
+
global___SuspendApplicationMetadata = SuspendApplicationMetadata
|
|
443
|
+
|
|
444
|
+
@typing.final
|
|
445
|
+
class ReactivateApplicationRequest(google.protobuf.message.Message):
|
|
446
|
+
"""Request to reactivate a suspended SAML application."""
|
|
447
|
+
|
|
448
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
449
|
+
|
|
450
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
451
|
+
application_id: builtins.str
|
|
452
|
+
"""ID of the SAML application to reactivate."""
|
|
453
|
+
def __init__(
|
|
454
|
+
self,
|
|
455
|
+
*,
|
|
456
|
+
application_id: builtins.str = ...,
|
|
457
|
+
) -> None: ...
|
|
458
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
459
|
+
|
|
460
|
+
global___ReactivateApplicationRequest = ReactivateApplicationRequest
|
|
461
|
+
|
|
462
|
+
@typing.final
|
|
463
|
+
class ReactivateApplicationMetadata(google.protobuf.message.Message):
|
|
464
|
+
"""Metadata for the [ApplicationService.Reactivate] operation."""
|
|
465
|
+
|
|
466
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
467
|
+
|
|
468
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
469
|
+
application_id: builtins.str
|
|
470
|
+
"""ID of the SAML application that is being reactivated."""
|
|
471
|
+
def __init__(
|
|
472
|
+
self,
|
|
473
|
+
*,
|
|
474
|
+
application_id: builtins.str = ...,
|
|
475
|
+
) -> None: ...
|
|
476
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
477
|
+
|
|
478
|
+
global___ReactivateApplicationMetadata = ReactivateApplicationMetadata
|
|
479
|
+
|
|
480
|
+
@typing.final
|
|
481
|
+
class ListSupportedAttributeValuesRequest(google.protobuf.message.Message):
|
|
482
|
+
"""Request to list supported attribute values for SAML applications."""
|
|
483
|
+
|
|
484
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
485
|
+
|
|
486
|
+
def __init__(
|
|
487
|
+
self,
|
|
488
|
+
) -> None: ...
|
|
489
|
+
|
|
490
|
+
global___ListSupportedAttributeValuesRequest = ListSupportedAttributeValuesRequest
|
|
491
|
+
|
|
492
|
+
@typing.final
|
|
493
|
+
class ListSupportedAttributeValuesResponse(google.protobuf.message.Message):
|
|
494
|
+
"""Response message for [ApplicationService.ListSupportedAttributeValues]."""
|
|
495
|
+
|
|
496
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
497
|
+
|
|
498
|
+
SUPPORTED_ATTRIBUTE_VALUES_FIELD_NUMBER: builtins.int
|
|
499
|
+
@property
|
|
500
|
+
def supported_attribute_values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SupportedAttributeValue]:
|
|
501
|
+
"""List of supported attribute values."""
|
|
502
|
+
|
|
503
|
+
def __init__(
|
|
504
|
+
self,
|
|
505
|
+
*,
|
|
506
|
+
supported_attribute_values: collections.abc.Iterable[global___SupportedAttributeValue] | None = ...,
|
|
507
|
+
) -> None: ...
|
|
508
|
+
def ClearField(self, field_name: typing.Literal["supported_attribute_values", b"supported_attribute_values"]) -> None: ...
|
|
509
|
+
|
|
510
|
+
global___ListSupportedAttributeValuesResponse = ListSupportedAttributeValuesResponse
|
|
511
|
+
|
|
512
|
+
@typing.final
|
|
513
|
+
class SupportedAttributeValue(google.protobuf.message.Message):
|
|
514
|
+
"""A supported attribute value for SAML applications."""
|
|
515
|
+
|
|
516
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
517
|
+
|
|
518
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
519
|
+
value: builtins.str
|
|
520
|
+
"""The attribute value."""
|
|
521
|
+
def __init__(
|
|
522
|
+
self,
|
|
523
|
+
*,
|
|
524
|
+
value: builtins.str = ...,
|
|
525
|
+
) -> None: ...
|
|
526
|
+
def ClearField(self, field_name: typing.Literal["value", b"value"]) -> None: ...
|
|
527
|
+
|
|
528
|
+
global___SupportedAttributeValue = SupportedAttributeValue
|
|
529
|
+
|
|
530
|
+
@typing.final
|
|
531
|
+
class ListApplicationOperationsRequest(google.protobuf.message.Message):
|
|
532
|
+
"""Request to list operations for a SAML application."""
|
|
533
|
+
|
|
534
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
535
|
+
|
|
536
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
537
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
538
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
539
|
+
application_id: builtins.str
|
|
540
|
+
"""ID of the SAML application to list operations for."""
|
|
541
|
+
page_size: builtins.int
|
|
542
|
+
"""The maximum number of results per page to return."""
|
|
543
|
+
page_token: builtins.str
|
|
544
|
+
"""Page token for pagination."""
|
|
545
|
+
def __init__(
|
|
546
|
+
self,
|
|
547
|
+
*,
|
|
548
|
+
application_id: builtins.str = ...,
|
|
549
|
+
page_size: builtins.int = ...,
|
|
550
|
+
page_token: builtins.str = ...,
|
|
551
|
+
) -> None: ...
|
|
552
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
553
|
+
|
|
554
|
+
global___ListApplicationOperationsRequest = ListApplicationOperationsRequest
|
|
555
|
+
|
|
556
|
+
@typing.final
|
|
557
|
+
class ListApplicationOperationsResponse(google.protobuf.message.Message):
|
|
558
|
+
"""Response message for [ApplicationService.ListOperations]."""
|
|
559
|
+
|
|
560
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
561
|
+
|
|
562
|
+
OPERATIONS_FIELD_NUMBER: builtins.int
|
|
563
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
564
|
+
next_page_token: builtins.str
|
|
565
|
+
"""Token for getting the next page of the list."""
|
|
566
|
+
@property
|
|
567
|
+
def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]:
|
|
568
|
+
"""List of operations."""
|
|
569
|
+
|
|
570
|
+
def __init__(
|
|
571
|
+
self,
|
|
572
|
+
*,
|
|
573
|
+
operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
|
|
574
|
+
next_page_token: builtins.str = ...,
|
|
575
|
+
) -> None: ...
|
|
576
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
|
|
577
|
+
|
|
578
|
+
global___ListApplicationOperationsResponse = ListApplicationOperationsResponse
|
|
579
|
+
|
|
580
|
+
@typing.final
|
|
581
|
+
class Assignment(google.protobuf.message.Message):
|
|
582
|
+
"""An assignment for a SAML application."""
|
|
583
|
+
|
|
584
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
585
|
+
|
|
586
|
+
SUBJECT_ID_FIELD_NUMBER: builtins.int
|
|
587
|
+
subject_id: builtins.str
|
|
588
|
+
"""ID of the subject being assigned."""
|
|
589
|
+
def __init__(
|
|
590
|
+
self,
|
|
591
|
+
*,
|
|
592
|
+
subject_id: builtins.str = ...,
|
|
593
|
+
) -> None: ...
|
|
594
|
+
def ClearField(self, field_name: typing.Literal["subject_id", b"subject_id"]) -> None: ...
|
|
595
|
+
|
|
596
|
+
global___Assignment = Assignment
|
|
597
|
+
|
|
598
|
+
@typing.final
|
|
599
|
+
class AssignmentDelta(google.protobuf.message.Message):
|
|
600
|
+
"""A delta operation on assignments."""
|
|
601
|
+
|
|
602
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
603
|
+
|
|
604
|
+
ACTION_FIELD_NUMBER: builtins.int
|
|
605
|
+
ASSIGNMENT_FIELD_NUMBER: builtins.int
|
|
606
|
+
action: global___AssignmentAction.ValueType
|
|
607
|
+
"""Action to perform on the assignment."""
|
|
608
|
+
@property
|
|
609
|
+
def assignment(self) -> global___Assignment:
|
|
610
|
+
"""Assignment to perform the action on."""
|
|
611
|
+
|
|
612
|
+
def __init__(
|
|
613
|
+
self,
|
|
614
|
+
*,
|
|
615
|
+
action: global___AssignmentAction.ValueType = ...,
|
|
616
|
+
assignment: global___Assignment | None = ...,
|
|
617
|
+
) -> None: ...
|
|
618
|
+
def HasField(self, field_name: typing.Literal["assignment", b"assignment"]) -> builtins.bool: ...
|
|
619
|
+
def ClearField(self, field_name: typing.Literal["action", b"action", "assignment", b"assignment"]) -> None: ...
|
|
620
|
+
|
|
621
|
+
global___AssignmentDelta = AssignmentDelta
|
|
622
|
+
|
|
623
|
+
@typing.final
|
|
624
|
+
class UpdateAssignmentsResponse(google.protobuf.message.Message):
|
|
625
|
+
"""Response message for [ApplicationService.UpdateAssignments]."""
|
|
626
|
+
|
|
627
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
628
|
+
|
|
629
|
+
ASSIGNMENT_DELTAS_FIELD_NUMBER: builtins.int
|
|
630
|
+
@property
|
|
631
|
+
def assignment_deltas(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___AssignmentDelta]:
|
|
632
|
+
"""List of assignment deltas that were applied."""
|
|
633
|
+
|
|
634
|
+
def __init__(
|
|
635
|
+
self,
|
|
636
|
+
*,
|
|
637
|
+
assignment_deltas: collections.abc.Iterable[global___AssignmentDelta] | None = ...,
|
|
638
|
+
) -> None: ...
|
|
639
|
+
def ClearField(self, field_name: typing.Literal["assignment_deltas", b"assignment_deltas"]) -> None: ...
|
|
640
|
+
|
|
641
|
+
global___UpdateAssignmentsResponse = UpdateAssignmentsResponse
|
|
642
|
+
|
|
643
|
+
@typing.final
|
|
644
|
+
class ListAssignmentsRequest(google.protobuf.message.Message):
|
|
645
|
+
"""Request to list assignments for a SAML application."""
|
|
646
|
+
|
|
647
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
648
|
+
|
|
649
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
650
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
651
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
652
|
+
application_id: builtins.str
|
|
653
|
+
"""ID of the SAML application to list assignments for."""
|
|
654
|
+
page_size: builtins.int
|
|
655
|
+
"""The maximum number of results per page to return."""
|
|
656
|
+
page_token: builtins.str
|
|
657
|
+
"""Page token for pagination."""
|
|
658
|
+
def __init__(
|
|
659
|
+
self,
|
|
660
|
+
*,
|
|
661
|
+
application_id: builtins.str = ...,
|
|
662
|
+
page_size: builtins.int = ...,
|
|
663
|
+
page_token: builtins.str = ...,
|
|
664
|
+
) -> None: ...
|
|
665
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
666
|
+
|
|
667
|
+
global___ListAssignmentsRequest = ListAssignmentsRequest
|
|
668
|
+
|
|
669
|
+
@typing.final
|
|
670
|
+
class ListAssignmentsResponse(google.protobuf.message.Message):
|
|
671
|
+
"""Response message for [ApplicationService.ListAssignments]."""
|
|
672
|
+
|
|
673
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
674
|
+
|
|
675
|
+
ASSIGNMENTS_FIELD_NUMBER: builtins.int
|
|
676
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
677
|
+
next_page_token: builtins.str
|
|
678
|
+
"""Token for getting the next page of the list."""
|
|
679
|
+
@property
|
|
680
|
+
def assignments(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Assignment]:
|
|
681
|
+
"""List of assignments."""
|
|
682
|
+
|
|
683
|
+
def __init__(
|
|
684
|
+
self,
|
|
685
|
+
*,
|
|
686
|
+
assignments: collections.abc.Iterable[global___Assignment] | None = ...,
|
|
687
|
+
next_page_token: builtins.str = ...,
|
|
688
|
+
) -> None: ...
|
|
689
|
+
def ClearField(self, field_name: typing.Literal["assignments", b"assignments", "next_page_token", b"next_page_token"]) -> None: ...
|
|
690
|
+
|
|
691
|
+
global___ListAssignmentsResponse = ListAssignmentsResponse
|
|
692
|
+
|
|
693
|
+
@typing.final
|
|
694
|
+
class UpdateAssignmentsRequest(google.protobuf.message.Message):
|
|
695
|
+
"""Request to update assignments for a SAML application."""
|
|
696
|
+
|
|
697
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
698
|
+
|
|
699
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
700
|
+
ASSIGNMENT_DELTAS_FIELD_NUMBER: builtins.int
|
|
701
|
+
application_id: builtins.str
|
|
702
|
+
"""ID of the SAML application to update assignments for."""
|
|
703
|
+
@property
|
|
704
|
+
def assignment_deltas(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___AssignmentDelta]:
|
|
705
|
+
"""List of assignment deltas to apply."""
|
|
706
|
+
|
|
707
|
+
def __init__(
|
|
708
|
+
self,
|
|
709
|
+
*,
|
|
710
|
+
application_id: builtins.str = ...,
|
|
711
|
+
assignment_deltas: collections.abc.Iterable[global___AssignmentDelta] | None = ...,
|
|
712
|
+
) -> None: ...
|
|
713
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id", "assignment_deltas", b"assignment_deltas"]) -> None: ...
|
|
714
|
+
|
|
715
|
+
global___UpdateAssignmentsRequest = UpdateAssignmentsRequest
|
|
716
|
+
|
|
717
|
+
@typing.final
|
|
718
|
+
class UpdateAssignmentsMetadata(google.protobuf.message.Message):
|
|
719
|
+
"""Metadata for the [ApplicationService.UpdateAssignments] operation."""
|
|
720
|
+
|
|
721
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
722
|
+
|
|
723
|
+
APPLICATION_ID_FIELD_NUMBER: builtins.int
|
|
724
|
+
application_id: builtins.str
|
|
725
|
+
"""ID of the SAML application whose assignments are being updated."""
|
|
726
|
+
def __init__(
|
|
727
|
+
self,
|
|
728
|
+
*,
|
|
729
|
+
application_id: builtins.str = ...,
|
|
730
|
+
) -> None: ...
|
|
731
|
+
def ClearField(self, field_name: typing.Literal["application_id", b"application_id"]) -> None: ...
|
|
732
|
+
|
|
733
|
+
global___UpdateAssignmentsMetadata = UpdateAssignmentsMetadata
|