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,100 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/organizationmanager/v1/idp/application/saml/application.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/organizationmanager/v1/idp/application/saml/application.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
27
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJyandex/cloud/organizationmanager/v1/idp/application/saml/application.proto\x12\x38yandex.cloud.organizationmanager.v1.idp.application.saml\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\x97\x08\n\x0b\x41pplication\x12\n\n\x02id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\\\n\x06status\x18\x05 \x01(\x0e\x32L.yandex.cloud.organizationmanager.v1.idp.application.saml.Application.Status\x12\x61\n\x06labels\x18\x06 \x03(\x0b\x32Q.yandex.cloud.organizationmanager.v1.idp.application.saml.Application.LabelsEntry\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x63\n\x10service_provider\x18\t \x01(\x0b\x32I.yandex.cloud.organizationmanager.v1.idp.application.saml.ServiceProvider\x12\x65\n\x11security_settings\x18\n \x01(\x0b\x32J.yandex.cloud.organizationmanager.v1.idp.application.saml.SecuritySettings\x12\x65\n\x11\x61ttribute_mapping\x18\x0b \x01(\x0b\x32J.yandex.cloud.organizationmanager.v1.idp.application.saml.AttributeMapping\x12l\n\x15group_claims_settings\x18\x0c \x01(\x0b\x32M.yandex.cloud.organizationmanager.v1.idp.application.saml.GroupClaimsSettings\x12v\n\x1aidentity_provider_metadata\x18\r \x01(\x0b\x32R.yandex.cloud.organizationmanager.v1.idp.application.saml.IdentityProviderMetadata\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"W\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\r\n\tSUSPENDED\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\"b\n\x18IdentityProviderMetadata\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x0f\n\x07sso_url\x18\x02 \x01(\t\x12\x14\n\x0cmetadata_url\x18\x03 \x01(\t\x12\x0f\n\x07slo_url\x18\x04 \x01(\t\"\x97\x02\n\x0fServiceProvider\x12!\n\tentity_id\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12r\n\x08\x61\x63s_urls\x18\x02 \x03(\x0b\x32U.yandex.cloud.organizationmanager.v1.idp.application.saml.AssertionConsumerServiceURLB\t\x82\xc8\x31\x05\x31-100\x12m\n\x08slo_urls\x18\x03 \x03(\x0b\x32P.yandex.cloud.organizationmanager.v1.idp.application.saml.SingleLogoutServiceURLB\t\x82\xc8\x31\x05\x30-100\"f\n\x1b\x41ssertionConsumerServiceURL\x12\x1b\n\x03url\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12*\n\x05index\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"\xb1\x02\n\x16SingleLogoutServiceURL\x12\x1b\n\x03url\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12 \n\x0cresponse_url\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=8000\x12\x80\x01\n\x10protocol_binding\x18\x03 \x01(\x0e\x32`.yandex.cloud.organizationmanager.v1.idp.application.saml.SingleLogoutServiceURL.ProtocolBindingB\x04\xe8\xc7\x31\x01\"U\n\x0fProtocolBinding\x12 \n\x1cPROTOCOL_BINDING_UNSPECIFIED\x10\x00\x12\r\n\tHTTP_POST\x10\x01\x12\x11\n\rHTTP_REDIRECT\x10\x02\"\x92\x02\n\x10SecuritySettings\x12p\n\x0esignature_mode\x18\x01 \x01(\x0e\x32X.yandex.cloud.organizationmanager.v1.idp.application.saml.SecuritySettings.SignatureMode\x12 \n\x18signature_certificate_id\x18\x02 \x01(\t\"j\n\rSignatureMode\x12\x1e\n\x1aSIGNATURE_MODE_UNSPECIFIED\x10\x00\x12\x0e\n\nASSERTIONS\x10\x01\x12\x0c\n\x08RESPONSE\x10\x02\x12\x1b\n\x17RESPONSE_AND_ASSERTIONS\x10\x03\"\xce\x01\n\x10\x41ttributeMapping\x12W\n\x07name_id\x18\x01 \x01(\x0b\x32@.yandex.cloud.organizationmanager.v1.idp.application.saml.NameIdB\x04\xe8\xc7\x31\x01\x12\x61\n\nattributes\x18\x02 \x03(\x0b\x32\x43.yandex.cloud.organizationmanager.v1.idp.application.saml.AttributeB\x08\x82\xc8\x31\x04<=50\"\xb9\x01\n\x06NameId\x12]\n\x06\x66ormat\x18\x01 \x01(\x0e\x32G.yandex.cloud.organizationmanager.v1.idp.application.saml.NameId.FormatB\x04\xe8\xc7\x31\x01\x12\x13\n\x05value\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\";\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0e\n\nPERSISTENT\x10\x01\x12\t\n\x05\x45MAIL\x10\x02\"F\n\tAttribute\x12\x1c\n\x04name\x18\x01 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12\x1b\n\x05value\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb1\x01\n\x13GroupClaimsSettings\x12p\n\x17group_distribution_type\x18\x01 \x01(\x0e\x32O.yandex.cloud.organizationmanager.v1.idp.application.saml.GroupDistributionType\x12(\n\x14group_attribute_name\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=8000*o\n\x15GroupDistributionType\x12\'\n#GROUP_DISTRIBUTION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x13\n\x0f\x41SSIGNED_GROUPS\x10\x02\x12\x0e\n\nALL_GROUPS\x10\x03\x42\xa1\x01\n<yandex.cloud.api.organizationmanager.v1.idp.application.samlZagithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp/application/saml;samlb\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.organizationmanager.v1.idp.application.saml.application_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n<yandex.cloud.api.organizationmanager.v1.idp.application.samlZagithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp/application/saml;saml'
|
|
38
|
+
_globals['_APPLICATION_LABELSENTRY']._loaded_options = None
|
|
39
|
+
_globals['_APPLICATION_LABELSENTRY']._serialized_options = b'8\001'
|
|
40
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['entity_id']._loaded_options = None
|
|
41
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['entity_id']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
42
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['acs_urls']._loaded_options = None
|
|
43
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['acs_urls']._serialized_options = b'\202\3101\0051-100'
|
|
44
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['slo_urls']._loaded_options = None
|
|
45
|
+
_globals['_SERVICEPROVIDER'].fields_by_name['slo_urls']._serialized_options = b'\202\3101\0050-100'
|
|
46
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL'].fields_by_name['url']._loaded_options = None
|
|
47
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL'].fields_by_name['url']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
48
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['url']._loaded_options = None
|
|
49
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['url']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
50
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['response_url']._loaded_options = None
|
|
51
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['response_url']._serialized_options = b'\212\3101\006<=8000'
|
|
52
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['protocol_binding']._loaded_options = None
|
|
53
|
+
_globals['_SINGLELOGOUTSERVICEURL'].fields_by_name['protocol_binding']._serialized_options = b'\350\3071\001'
|
|
54
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['name_id']._loaded_options = None
|
|
55
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['name_id']._serialized_options = b'\350\3071\001'
|
|
56
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['attributes']._loaded_options = None
|
|
57
|
+
_globals['_ATTRIBUTEMAPPING'].fields_by_name['attributes']._serialized_options = b'\202\3101\004<=50'
|
|
58
|
+
_globals['_NAMEID'].fields_by_name['format']._loaded_options = None
|
|
59
|
+
_globals['_NAMEID'].fields_by_name['format']._serialized_options = b'\350\3071\001'
|
|
60
|
+
_globals['_NAMEID'].fields_by_name['value']._loaded_options = None
|
|
61
|
+
_globals['_NAMEID'].fields_by_name['value']._serialized_options = b'\350\3071\001'
|
|
62
|
+
_globals['_ATTRIBUTE'].fields_by_name['name']._loaded_options = None
|
|
63
|
+
_globals['_ATTRIBUTE'].fields_by_name['name']._serialized_options = b'\350\3071\001\212\3101\006<=8000'
|
|
64
|
+
_globals['_ATTRIBUTE'].fields_by_name['value']._loaded_options = None
|
|
65
|
+
_globals['_ATTRIBUTE'].fields_by_name['value']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
66
|
+
_globals['_GROUPCLAIMSSETTINGS'].fields_by_name['group_attribute_name']._loaded_options = None
|
|
67
|
+
_globals['_GROUPCLAIMSSETTINGS'].fields_by_name['group_attribute_name']._serialized_options = b'\212\3101\006<=8000'
|
|
68
|
+
_globals['_GROUPDISTRIBUTIONTYPE']._serialized_start=3002
|
|
69
|
+
_globals['_GROUPDISTRIBUTIONTYPE']._serialized_end=3113
|
|
70
|
+
_globals['_APPLICATION']._serialized_start=233
|
|
71
|
+
_globals['_APPLICATION']._serialized_end=1280
|
|
72
|
+
_globals['_APPLICATION_LABELSENTRY']._serialized_start=1146
|
|
73
|
+
_globals['_APPLICATION_LABELSENTRY']._serialized_end=1191
|
|
74
|
+
_globals['_APPLICATION_STATUS']._serialized_start=1193
|
|
75
|
+
_globals['_APPLICATION_STATUS']._serialized_end=1280
|
|
76
|
+
_globals['_IDENTITYPROVIDERMETADATA']._serialized_start=1282
|
|
77
|
+
_globals['_IDENTITYPROVIDERMETADATA']._serialized_end=1380
|
|
78
|
+
_globals['_SERVICEPROVIDER']._serialized_start=1383
|
|
79
|
+
_globals['_SERVICEPROVIDER']._serialized_end=1662
|
|
80
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL']._serialized_start=1664
|
|
81
|
+
_globals['_ASSERTIONCONSUMERSERVICEURL']._serialized_end=1766
|
|
82
|
+
_globals['_SINGLELOGOUTSERVICEURL']._serialized_start=1769
|
|
83
|
+
_globals['_SINGLELOGOUTSERVICEURL']._serialized_end=2074
|
|
84
|
+
_globals['_SINGLELOGOUTSERVICEURL_PROTOCOLBINDING']._serialized_start=1989
|
|
85
|
+
_globals['_SINGLELOGOUTSERVICEURL_PROTOCOLBINDING']._serialized_end=2074
|
|
86
|
+
_globals['_SECURITYSETTINGS']._serialized_start=2077
|
|
87
|
+
_globals['_SECURITYSETTINGS']._serialized_end=2351
|
|
88
|
+
_globals['_SECURITYSETTINGS_SIGNATUREMODE']._serialized_start=2245
|
|
89
|
+
_globals['_SECURITYSETTINGS_SIGNATUREMODE']._serialized_end=2351
|
|
90
|
+
_globals['_ATTRIBUTEMAPPING']._serialized_start=2354
|
|
91
|
+
_globals['_ATTRIBUTEMAPPING']._serialized_end=2560
|
|
92
|
+
_globals['_NAMEID']._serialized_start=2563
|
|
93
|
+
_globals['_NAMEID']._serialized_end=2748
|
|
94
|
+
_globals['_NAMEID_FORMAT']._serialized_start=2689
|
|
95
|
+
_globals['_NAMEID_FORMAT']._serialized_end=2748
|
|
96
|
+
_globals['_ATTRIBUTE']._serialized_start=2750
|
|
97
|
+
_globals['_ATTRIBUTE']._serialized_end=2820
|
|
98
|
+
_globals['_GROUPCLAIMSSETTINGS']._serialized_start=2823
|
|
99
|
+
_globals['_GROUPCLAIMSSETTINGS']._serialized_end=3000
|
|
100
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -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
|
+
...
|