yandexcloud 0.364.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.

Files changed (152) hide show
  1. yandex/cloud/access/access_pb2.py +5 -3
  2. yandex/cloud/access/access_pb2.pyi +24 -0
  3. yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +34 -32
  4. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
  5. yandex/cloud/audittrails/v1/trail_pb2.py +9 -11
  6. yandex/cloud/audittrails/v1/trail_pb2.pyi +1 -5
  7. yandex/cloud/backup/v1/policy_pb2.py +9 -9
  8. yandex/cloud/backup/v1/policy_pb2.pyi +8 -0
  9. yandex/cloud/baremetal/v1alpha/standard_image_pb2.py +37 -0
  10. yandex/cloud/baremetal/v1alpha/standard_image_pb2.pyi +37 -0
  11. yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.py +24 -0
  12. yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.pyi +17 -0
  13. yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.py +56 -0
  14. yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.pyi +118 -0
  15. yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.py +148 -0
  16. yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.pyi +80 -0
  17. yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.py +60 -0
  18. yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.pyi +353 -0
  19. yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.py +24 -0
  20. yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.pyi +17 -0
  21. yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.py +106 -0
  22. yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.pyi +238 -0
  23. yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.py +324 -0
  24. yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.pyi +153 -0
  25. yandex/cloud/compute/v1/instance_service_pb2.pyi +8 -1
  26. yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
  27. yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
  28. yandex/cloud/connectionmanager/v1/storedoc_pb2.py +50 -0
  29. yandex/cloud/connectionmanager/v1/storedoc_pb2.pyi +172 -0
  30. yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.py +24 -0
  31. yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.pyi +17 -0
  32. yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
  33. yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
  34. yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
  35. yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
  36. yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
  37. yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
  38. yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
  39. yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
  40. yandex/cloud/iam/v1/access_policy_template_service_pb2.py +50 -0
  41. yandex/cloud/iam/v1/access_policy_template_service_pb2.pyi +67 -0
  42. yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.py +98 -0
  43. yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.pyi +44 -0
  44. yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
  45. yandex/cloud/kms/v1/symmetric_key_pb2.py +3 -3
  46. yandex/cloud/kms/v1/symmetric_key_pb2.pyi +4 -0
  47. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
  48. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
  49. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
  50. yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +16 -16
  51. yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +3 -15
  52. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
  53. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +3 -15
  54. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
  55. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
  56. yandex/cloud/mdb/greenplum/v1/config_pb2.py +11 -29
  57. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +0 -399
  58. yandex/cloud/mdb/kafka/v1/cluster_pb2.py +28 -28
  59. yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +5 -1
  60. yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
  61. yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
  62. yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
  63. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
  64. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
  65. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
  66. yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.py +4 -4
  67. yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.py +4 -4
  68. yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.py +4 -4
  69. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.py +4 -4
  70. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.py +4 -4
  71. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.py +4 -4
  72. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.py +4 -4
  73. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.py +4 -4
  74. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.py +4 -4
  75. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +65 -99
  76. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +21 -426
  77. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
  78. yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
  79. yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
  80. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
  81. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
  82. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
  83. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
  84. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
  85. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
  86. yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
  87. yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
  88. yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
  89. yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
  90. yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
  91. yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
  92. yandex/cloud/organizationmanager/v1/idp/application/saml/__init__.py +0 -0
  93. yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.py +100 -0
  94. yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.pyi +487 -0
  95. yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.py +24 -0
  96. yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.pyi +17 -0
  97. yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.py +198 -0
  98. yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.pyi +733 -0
  99. yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.py +678 -0
  100. yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.pyi +322 -0
  101. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.py +40 -0
  102. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.pyi +103 -0
  103. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.py +24 -0
  104. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.pyi +17 -0
  105. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.py +95 -0
  106. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.pyi +220 -0
  107. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.py +281 -0
  108. yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.pyi +141 -0
  109. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +29 -3
  110. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +132 -0
  111. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +90 -0
  112. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +52 -0
  113. yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
  114. yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
  115. yandex/cloud/searchapi/v2/wordstat_service_pb2.py +96 -0
  116. yandex/cloud/searchapi/v2/wordstat_service_pb2.pyi +344 -0
  117. yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.py +189 -0
  118. yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.pyi +90 -0
  119. yandex/cloud/serverless/mcpgateway/__init__.py +0 -0
  120. yandex/cloud/serverless/mcpgateway/v1/__init__.py +0 -0
  121. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.py +152 -0
  122. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.pyi +780 -0
  123. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.py +24 -0
  124. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.pyi +17 -0
  125. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.py +134 -0
  126. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.pyi +390 -0
  127. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.py +456 -0
  128. yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.pyi +213 -0
  129. yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.py +35 -0
  130. yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.pyi +8 -0
  131. yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.py +24 -0
  132. yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.pyi +17 -0
  133. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +3 -3
  134. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +38 -31
  135. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +133 -0
  136. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +61 -0
  137. yandex/cloud/trino/v1/cluster_pb2.py +46 -45
  138. yandex/cloud/trino/v1/cluster_pb2.pyi +9 -2
  139. yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
  140. yandex/cloud/trino/v1/cluster_service_pb2.pyi +17 -4
  141. yandex/cloud/trino/v1/resource_management_pb2.py +66 -0
  142. yandex/cloud/trino/v1/resource_management_pb2.pyi +257 -0
  143. yandex/cloud/trino/v1/resource_management_pb2_grpc.py +24 -0
  144. yandex/cloud/trino/v1/resource_management_pb2_grpc.pyi +17 -0
  145. yandex/cloud/video/v1/style_preset_service_pb2.py +20 -20
  146. yandexcloud/__init__.py +1 -1
  147. {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/METADATA +1 -1
  148. {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/RECORD +152 -85
  149. {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/AUTHORS +0 -0
  150. {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/LICENSE +0 -0
  151. {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/WHEEL +0 -0
  152. {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,487 @@
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.internal.containers
10
+ import google.protobuf.internal.enum_type_wrapper
11
+ import google.protobuf.message
12
+ import google.protobuf.timestamp_pb2
13
+ import google.protobuf.wrappers_pb2
14
+ import sys
15
+ import typing
16
+
17
+ if sys.version_info >= (3, 10):
18
+ import typing as typing_extensions
19
+ else:
20
+ import typing_extensions
21
+
22
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
23
+
24
+ class _GroupDistributionType:
25
+ ValueType = typing.NewType("ValueType", builtins.int)
26
+ V: typing_extensions.TypeAlias = ValueType
27
+
28
+ class _GroupDistributionTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_GroupDistributionType.ValueType], builtins.type):
29
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
30
+ GROUP_DISTRIBUTION_TYPE_UNSPECIFIED: _GroupDistributionType.ValueType # 0
31
+ """The group distribution type is not specified."""
32
+ NONE: _GroupDistributionType.ValueType # 1
33
+ """No groups are provided to the application."""
34
+ ASSIGNED_GROUPS: _GroupDistributionType.ValueType # 2
35
+ """Only assigned groups are provided to the application."""
36
+ ALL_GROUPS: _GroupDistributionType.ValueType # 3
37
+ """All groups are provided to the application."""
38
+
39
+ class GroupDistributionType(_GroupDistributionType, metaclass=_GroupDistributionTypeEnumTypeWrapper):
40
+ """Group distribution types for SAML applications."""
41
+
42
+ GROUP_DISTRIBUTION_TYPE_UNSPECIFIED: GroupDistributionType.ValueType # 0
43
+ """The group distribution type is not specified."""
44
+ NONE: GroupDistributionType.ValueType # 1
45
+ """No groups are provided to the application."""
46
+ ASSIGNED_GROUPS: GroupDistributionType.ValueType # 2
47
+ """Only assigned groups are provided to the application."""
48
+ ALL_GROUPS: GroupDistributionType.ValueType # 3
49
+ """All groups are provided to the application."""
50
+ global___GroupDistributionType = GroupDistributionType
51
+
52
+ @typing.final
53
+ class Application(google.protobuf.message.Message):
54
+ """A SAML application resource."""
55
+
56
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
57
+
58
+ class _Status:
59
+ ValueType = typing.NewType("ValueType", builtins.int)
60
+ V: typing_extensions.TypeAlias = ValueType
61
+
62
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Application._Status.ValueType], builtins.type):
63
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
64
+ STATUS_UNSPECIFIED: Application._Status.ValueType # 0
65
+ """The status is not specified."""
66
+ CREATING: Application._Status.ValueType # 1
67
+ """The application is in the process of being created."""
68
+ ACTIVE: Application._Status.ValueType # 2
69
+ """The application is active and can be used for authentication."""
70
+ SUSPENDED: Application._Status.ValueType # 3
71
+ """The application is suspended. I.e. authentication via this application is disabled."""
72
+ DELETING: Application._Status.ValueType # 4
73
+ """The application is in the process of being deleted."""
74
+
75
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper):
76
+ """Represents the status of a SAML application."""
77
+
78
+ STATUS_UNSPECIFIED: Application.Status.ValueType # 0
79
+ """The status is not specified."""
80
+ CREATING: Application.Status.ValueType # 1
81
+ """The application is in the process of being created."""
82
+ ACTIVE: Application.Status.ValueType # 2
83
+ """The application is active and can be used for authentication."""
84
+ SUSPENDED: Application.Status.ValueType # 3
85
+ """The application is suspended. I.e. authentication via this application is disabled."""
86
+ DELETING: Application.Status.ValueType # 4
87
+ """The application is in the process of being deleted."""
88
+
89
+ @typing.final
90
+ class LabelsEntry(google.protobuf.message.Message):
91
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
92
+
93
+ KEY_FIELD_NUMBER: builtins.int
94
+ VALUE_FIELD_NUMBER: builtins.int
95
+ key: builtins.str
96
+ value: builtins.str
97
+ def __init__(
98
+ self,
99
+ *,
100
+ key: builtins.str = ...,
101
+ value: builtins.str = ...,
102
+ ) -> None: ...
103
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
104
+
105
+ ID_FIELD_NUMBER: builtins.int
106
+ ORGANIZATION_ID_FIELD_NUMBER: builtins.int
107
+ NAME_FIELD_NUMBER: builtins.int
108
+ DESCRIPTION_FIELD_NUMBER: builtins.int
109
+ STATUS_FIELD_NUMBER: builtins.int
110
+ LABELS_FIELD_NUMBER: builtins.int
111
+ CREATED_AT_FIELD_NUMBER: builtins.int
112
+ UPDATED_AT_FIELD_NUMBER: builtins.int
113
+ SERVICE_PROVIDER_FIELD_NUMBER: builtins.int
114
+ SECURITY_SETTINGS_FIELD_NUMBER: builtins.int
115
+ ATTRIBUTE_MAPPING_FIELD_NUMBER: builtins.int
116
+ GROUP_CLAIMS_SETTINGS_FIELD_NUMBER: builtins.int
117
+ IDENTITY_PROVIDER_METADATA_FIELD_NUMBER: builtins.int
118
+ id: builtins.str
119
+ """Unique identifier of the SAML application."""
120
+ organization_id: builtins.str
121
+ """ID of the organization that the application belongs to."""
122
+ name: builtins.str
123
+ """Name of the SAML application."""
124
+ description: builtins.str
125
+ """Description of the SAML application."""
126
+ status: global___Application.Status.ValueType
127
+ """Current status of the SAML application."""
128
+ @property
129
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
130
+ """Resource labels as `` key:value `` pairs."""
131
+
132
+ @property
133
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
134
+ """Creation timestamp."""
135
+
136
+ @property
137
+ def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
138
+ """Modification timestamp."""
139
+
140
+ @property
141
+ def service_provider(self) -> global___ServiceProvider:
142
+ """Service provider configuration for the SAML application."""
143
+
144
+ @property
145
+ def security_settings(self) -> global___SecuritySettings:
146
+ """Security settings for the SAML application."""
147
+
148
+ @property
149
+ def attribute_mapping(self) -> global___AttributeMapping:
150
+ """Attribute mapping configuration for the SAML application."""
151
+
152
+ @property
153
+ def group_claims_settings(self) -> global___GroupClaimsSettings:
154
+ """Group claims settings for the SAML application."""
155
+
156
+ @property
157
+ def identity_provider_metadata(self) -> global___IdentityProviderMetadata:
158
+ """Identity provider metadata for the SAML application."""
159
+
160
+ def __init__(
161
+ self,
162
+ *,
163
+ id: builtins.str = ...,
164
+ organization_id: builtins.str = ...,
165
+ name: builtins.str = ...,
166
+ description: builtins.str = ...,
167
+ status: global___Application.Status.ValueType = ...,
168
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
169
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
170
+ updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
171
+ service_provider: global___ServiceProvider | None = ...,
172
+ security_settings: global___SecuritySettings | None = ...,
173
+ attribute_mapping: global___AttributeMapping | None = ...,
174
+ group_claims_settings: global___GroupClaimsSettings | None = ...,
175
+ identity_provider_metadata: global___IdentityProviderMetadata | None = ...,
176
+ ) -> None: ...
177
+ def HasField(self, field_name: typing.Literal["attribute_mapping", b"attribute_mapping", "created_at", b"created_at", "group_claims_settings", b"group_claims_settings", "identity_provider_metadata", b"identity_provider_metadata", "security_settings", b"security_settings", "service_provider", b"service_provider", "updated_at", b"updated_at"]) -> builtins.bool: ...
178
+ def ClearField(self, field_name: typing.Literal["attribute_mapping", b"attribute_mapping", "created_at", b"created_at", "description", b"description", "group_claims_settings", b"group_claims_settings", "id", b"id", "identity_provider_metadata", b"identity_provider_metadata", "labels", b"labels", "name", b"name", "organization_id", b"organization_id", "security_settings", b"security_settings", "service_provider", b"service_provider", "status", b"status", "updated_at", b"updated_at"]) -> None: ...
179
+
180
+ global___Application = Application
181
+
182
+ @typing.final
183
+ class IdentityProviderMetadata(google.protobuf.message.Message):
184
+ """Identity provider metadata for SAML applications."""
185
+
186
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
187
+
188
+ ISSUER_FIELD_NUMBER: builtins.int
189
+ SSO_URL_FIELD_NUMBER: builtins.int
190
+ METADATA_URL_FIELD_NUMBER: builtins.int
191
+ SLO_URL_FIELD_NUMBER: builtins.int
192
+ issuer: builtins.str
193
+ """Identity provider issuer identifier."""
194
+ sso_url: builtins.str
195
+ """Identity provider Single Sign-On URL."""
196
+ metadata_url: builtins.str
197
+ """Identity provider metadata URL."""
198
+ slo_url: builtins.str
199
+ """Identity provider Single Logout URL."""
200
+ def __init__(
201
+ self,
202
+ *,
203
+ issuer: builtins.str = ...,
204
+ sso_url: builtins.str = ...,
205
+ metadata_url: builtins.str = ...,
206
+ slo_url: builtins.str = ...,
207
+ ) -> None: ...
208
+ def ClearField(self, field_name: typing.Literal["issuer", b"issuer", "metadata_url", b"metadata_url", "slo_url", b"slo_url", "sso_url", b"sso_url"]) -> None: ...
209
+
210
+ global___IdentityProviderMetadata = IdentityProviderMetadata
211
+
212
+ @typing.final
213
+ class ServiceProvider(google.protobuf.message.Message):
214
+ """Service provider configuration for SAML applications."""
215
+
216
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
217
+
218
+ ENTITY_ID_FIELD_NUMBER: builtins.int
219
+ ACS_URLS_FIELD_NUMBER: builtins.int
220
+ SLO_URLS_FIELD_NUMBER: builtins.int
221
+ entity_id: builtins.str
222
+ """Service provider entity ID."""
223
+ @property
224
+ def acs_urls(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___AssertionConsumerServiceURL]:
225
+ """Assertion Consumer Service URLs."""
226
+
227
+ @property
228
+ def slo_urls(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SingleLogoutServiceURL]:
229
+ """Single Logout Service URLs."""
230
+
231
+ def __init__(
232
+ self,
233
+ *,
234
+ entity_id: builtins.str = ...,
235
+ acs_urls: collections.abc.Iterable[global___AssertionConsumerServiceURL] | None = ...,
236
+ slo_urls: collections.abc.Iterable[global___SingleLogoutServiceURL] | None = ...,
237
+ ) -> None: ...
238
+ def ClearField(self, field_name: typing.Literal["acs_urls", b"acs_urls", "entity_id", b"entity_id", "slo_urls", b"slo_urls"]) -> None: ...
239
+
240
+ global___ServiceProvider = ServiceProvider
241
+
242
+ @typing.final
243
+ class AssertionConsumerServiceURL(google.protobuf.message.Message):
244
+ """Assertion Consumer Service URL configuration."""
245
+
246
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
247
+
248
+ URL_FIELD_NUMBER: builtins.int
249
+ INDEX_FIELD_NUMBER: builtins.int
250
+ url: builtins.str
251
+ """The URL where SAML responses are sent."""
252
+ @property
253
+ def index(self) -> google.protobuf.wrappers_pb2.Int64Value:
254
+ """Optional index for the assertion consumer service."""
255
+
256
+ def __init__(
257
+ self,
258
+ *,
259
+ url: builtins.str = ...,
260
+ index: google.protobuf.wrappers_pb2.Int64Value | None = ...,
261
+ ) -> None: ...
262
+ def HasField(self, field_name: typing.Literal["index", b"index"]) -> builtins.bool: ...
263
+ def ClearField(self, field_name: typing.Literal["index", b"index", "url", b"url"]) -> None: ...
264
+
265
+ global___AssertionConsumerServiceURL = AssertionConsumerServiceURL
266
+
267
+ @typing.final
268
+ class SingleLogoutServiceURL(google.protobuf.message.Message):
269
+ """Single Logout Service URL configuration."""
270
+
271
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
272
+
273
+ class _ProtocolBinding:
274
+ ValueType = typing.NewType("ValueType", builtins.int)
275
+ V: typing_extensions.TypeAlias = ValueType
276
+
277
+ class _ProtocolBindingEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[SingleLogoutServiceURL._ProtocolBinding.ValueType], builtins.type):
278
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
279
+ PROTOCOL_BINDING_UNSPECIFIED: SingleLogoutServiceURL._ProtocolBinding.ValueType # 0
280
+ """The protocol binding is not specified."""
281
+ HTTP_POST: SingleLogoutServiceURL._ProtocolBinding.ValueType # 1
282
+ """HTTP POST binding."""
283
+ HTTP_REDIRECT: SingleLogoutServiceURL._ProtocolBinding.ValueType # 2
284
+ """HTTP Redirect binding."""
285
+
286
+ class ProtocolBinding(_ProtocolBinding, metaclass=_ProtocolBindingEnumTypeWrapper):
287
+ """Protocol bindings supported by the logout endpoint."""
288
+
289
+ PROTOCOL_BINDING_UNSPECIFIED: SingleLogoutServiceURL.ProtocolBinding.ValueType # 0
290
+ """The protocol binding is not specified."""
291
+ HTTP_POST: SingleLogoutServiceURL.ProtocolBinding.ValueType # 1
292
+ """HTTP POST binding."""
293
+ HTTP_REDIRECT: SingleLogoutServiceURL.ProtocolBinding.ValueType # 2
294
+ """HTTP Redirect binding."""
295
+
296
+ URL_FIELD_NUMBER: builtins.int
297
+ RESPONSE_URL_FIELD_NUMBER: builtins.int
298
+ PROTOCOL_BINDING_FIELD_NUMBER: builtins.int
299
+ url: builtins.str
300
+ """The URL where logout requests are sent."""
301
+ response_url: builtins.str
302
+ """Optional separate URL for logout responses."""
303
+ protocol_binding: global___SingleLogoutServiceURL.ProtocolBinding.ValueType
304
+ """Protocol binding supported by the logout endpoint."""
305
+ def __init__(
306
+ self,
307
+ *,
308
+ url: builtins.str = ...,
309
+ response_url: builtins.str = ...,
310
+ protocol_binding: global___SingleLogoutServiceURL.ProtocolBinding.ValueType = ...,
311
+ ) -> None: ...
312
+ def ClearField(self, field_name: typing.Literal["protocol_binding", b"protocol_binding", "response_url", b"response_url", "url", b"url"]) -> None: ...
313
+
314
+ global___SingleLogoutServiceURL = SingleLogoutServiceURL
315
+
316
+ @typing.final
317
+ class SecuritySettings(google.protobuf.message.Message):
318
+ """Security settings for SAML applications."""
319
+
320
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
321
+
322
+ class _SignatureMode:
323
+ ValueType = typing.NewType("ValueType", builtins.int)
324
+ V: typing_extensions.TypeAlias = ValueType
325
+
326
+ class _SignatureModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[SecuritySettings._SignatureMode.ValueType], builtins.type):
327
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
328
+ SIGNATURE_MODE_UNSPECIFIED: SecuritySettings._SignatureMode.ValueType # 0
329
+ """The signature mode is not specified."""
330
+ ASSERTIONS: SecuritySettings._SignatureMode.ValueType # 1
331
+ """Sign individual assertions."""
332
+ RESPONSE: SecuritySettings._SignatureMode.ValueType # 2
333
+ """Sign the entire response."""
334
+ RESPONSE_AND_ASSERTIONS: SecuritySettings._SignatureMode.ValueType # 3
335
+ """Sign both the response and individual assertions."""
336
+
337
+ class SignatureMode(_SignatureMode, metaclass=_SignatureModeEnumTypeWrapper):
338
+ """Signature modes for SAML messages."""
339
+
340
+ SIGNATURE_MODE_UNSPECIFIED: SecuritySettings.SignatureMode.ValueType # 0
341
+ """The signature mode is not specified."""
342
+ ASSERTIONS: SecuritySettings.SignatureMode.ValueType # 1
343
+ """Sign individual assertions."""
344
+ RESPONSE: SecuritySettings.SignatureMode.ValueType # 2
345
+ """Sign the entire response."""
346
+ RESPONSE_AND_ASSERTIONS: SecuritySettings.SignatureMode.ValueType # 3
347
+ """Sign both the response and individual assertions."""
348
+
349
+ SIGNATURE_MODE_FIELD_NUMBER: builtins.int
350
+ SIGNATURE_CERTIFICATE_ID_FIELD_NUMBER: builtins.int
351
+ signature_mode: global___SecuritySettings.SignatureMode.ValueType
352
+ """Signature mode for SAML messages."""
353
+ signature_certificate_id: builtins.str
354
+ """ID of the signature certificate to use."""
355
+ def __init__(
356
+ self,
357
+ *,
358
+ signature_mode: global___SecuritySettings.SignatureMode.ValueType = ...,
359
+ signature_certificate_id: builtins.str = ...,
360
+ ) -> None: ...
361
+ def ClearField(self, field_name: typing.Literal["signature_certificate_id", b"signature_certificate_id", "signature_mode", b"signature_mode"]) -> None: ...
362
+
363
+ global___SecuritySettings = SecuritySettings
364
+
365
+ @typing.final
366
+ class AttributeMapping(google.protobuf.message.Message):
367
+ """Attribute mapping configuration for SAML applications."""
368
+
369
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
370
+
371
+ NAME_ID_FIELD_NUMBER: builtins.int
372
+ ATTRIBUTES_FIELD_NUMBER: builtins.int
373
+ @property
374
+ def name_id(self) -> global___NameId:
375
+ """NameID configuration for the SAML application."""
376
+
377
+ @property
378
+ def attributes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Attribute]:
379
+ """List of attribute mappings."""
380
+
381
+ def __init__(
382
+ self,
383
+ *,
384
+ name_id: global___NameId | None = ...,
385
+ attributes: collections.abc.Iterable[global___Attribute] | None = ...,
386
+ ) -> None: ...
387
+ def HasField(self, field_name: typing.Literal["name_id", b"name_id"]) -> builtins.bool: ...
388
+ def ClearField(self, field_name: typing.Literal["attributes", b"attributes", "name_id", b"name_id"]) -> None: ...
389
+
390
+ global___AttributeMapping = AttributeMapping
391
+
392
+ @typing.final
393
+ class NameId(google.protobuf.message.Message):
394
+ """NameID configuration for SAML applications."""
395
+
396
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
397
+
398
+ class _Format:
399
+ ValueType = typing.NewType("ValueType", builtins.int)
400
+ V: typing_extensions.TypeAlias = ValueType
401
+
402
+ class _FormatEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[NameId._Format.ValueType], builtins.type):
403
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
404
+ FORMAT_UNSPECIFIED: NameId._Format.ValueType # 0
405
+ """The NameID format is not specified."""
406
+ PERSISTENT: NameId._Format.ValueType # 1
407
+ """Persistent NameID format.
408
+ This provides a stable, opaque identifier for the user.
409
+ """
410
+ EMAIL: NameId._Format.ValueType # 2
411
+ """Email NameID format.
412
+ This uses the user's email address as the identifier.
413
+ """
414
+
415
+ class Format(_Format, metaclass=_FormatEnumTypeWrapper):
416
+ """NameID formats supported by SAML."""
417
+
418
+ FORMAT_UNSPECIFIED: NameId.Format.ValueType # 0
419
+ """The NameID format is not specified."""
420
+ PERSISTENT: NameId.Format.ValueType # 1
421
+ """Persistent NameID format.
422
+ This provides a stable, opaque identifier for the user.
423
+ """
424
+ EMAIL: NameId.Format.ValueType # 2
425
+ """Email NameID format.
426
+ This uses the user's email address as the identifier.
427
+ """
428
+
429
+ FORMAT_FIELD_NUMBER: builtins.int
430
+ VALUE_FIELD_NUMBER: builtins.int
431
+ format: global___NameId.Format.ValueType
432
+ """Format of the NameID."""
433
+ value: builtins.str
434
+ """Value of the NameID."""
435
+ def __init__(
436
+ self,
437
+ *,
438
+ format: global___NameId.Format.ValueType = ...,
439
+ value: builtins.str = ...,
440
+ ) -> None: ...
441
+ def ClearField(self, field_name: typing.Literal["format", b"format", "value", b"value"]) -> None: ...
442
+
443
+ global___NameId = NameId
444
+
445
+ @typing.final
446
+ class Attribute(google.protobuf.message.Message):
447
+ """Attribute mapping for SAML applications."""
448
+
449
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
450
+
451
+ NAME_FIELD_NUMBER: builtins.int
452
+ VALUE_FIELD_NUMBER: builtins.int
453
+ name: builtins.str
454
+ """Name of the SAML attribute."""
455
+ value: builtins.str
456
+ """Value of the SAML attribute."""
457
+ def __init__(
458
+ self,
459
+ *,
460
+ name: builtins.str = ...,
461
+ value: builtins.str = ...,
462
+ ) -> None: ...
463
+ def ClearField(self, field_name: typing.Literal["name", b"name", "value", b"value"]) -> None: ...
464
+
465
+ global___Attribute = Attribute
466
+
467
+ @typing.final
468
+ class GroupClaimsSettings(google.protobuf.message.Message):
469
+ """Group claims settings for SAML applications."""
470
+
471
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
472
+
473
+ GROUP_DISTRIBUTION_TYPE_FIELD_NUMBER: builtins.int
474
+ GROUP_ATTRIBUTE_NAME_FIELD_NUMBER: builtins.int
475
+ group_distribution_type: global___GroupDistributionType.ValueType
476
+ """Distribution type for group claims."""
477
+ group_attribute_name: builtins.str
478
+ """Name of the SAML attribute that contains group information."""
479
+ def __init__(
480
+ self,
481
+ *,
482
+ group_distribution_type: global___GroupDistributionType.ValueType = ...,
483
+ group_attribute_name: builtins.str = ...,
484
+ ) -> None: ...
485
+ def ClearField(self, field_name: typing.Literal["group_attribute_name", b"group_attribute_name", "group_distribution_type", b"group_distribution_type"]) -> None: ...
486
+
487
+ global___GroupClaimsSettings = GroupClaimsSettings
@@ -0,0 +1,24 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+ import warnings
5
+
6
+
7
+ GRPC_GENERATED_VERSION = '1.70.0'
8
+ GRPC_VERSION = grpc.__version__
9
+ _version_not_supported = False
10
+
11
+ try:
12
+ from grpc._utilities import first_version_is_lower
13
+ _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
14
+ except ImportError:
15
+ _version_not_supported = True
16
+
17
+ if _version_not_supported:
18
+ raise RuntimeError(
19
+ f'The grpc package installed is at version {GRPC_VERSION},'
20
+ + f' but the generated code in yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.py depends on'
21
+ + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
+ + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
+ + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
24
+ )
@@ -0,0 +1,17 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...