pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/_utilities.py +6 -2
- pulumi_gcp/alloydb/outputs.py +16 -0
- pulumi_gcp/artifactregistry/outputs.py +204 -0
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +34 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
- pulumi_gcp/beyondcorp/outputs.py +54 -0
- pulumi_gcp/bigquery/_inputs.py +18 -0
- pulumi_gcp/bigquery/outputs.py +172 -0
- pulumi_gcp/bigtable/_inputs.py +4 -0
- pulumi_gcp/bigtable/outputs.py +4 -0
- pulumi_gcp/certificateauthority/outputs.py +378 -0
- pulumi_gcp/certificatemanager/outputs.py +32 -0
- pulumi_gcp/cloudbuild/outputs.py +1009 -3
- pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
- pulumi_gcp/cloudbuildv2/outputs.py +14 -0
- pulumi_gcp/clouddeploy/_inputs.py +36 -0
- pulumi_gcp/clouddeploy/outputs.py +36 -0
- pulumi_gcp/cloudfunctions/_inputs.py +4 -0
- pulumi_gcp/cloudfunctions/outputs.py +54 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
- pulumi_gcp/cloudidentity/outputs.py +54 -0
- pulumi_gcp/cloudrun/outputs.py +704 -0
- pulumi_gcp/cloudrunv2/outputs.py +929 -5
- pulumi_gcp/composer/_inputs.py +430 -0
- pulumi_gcp/composer/outputs.py +860 -0
- pulumi_gcp/compute/_inputs.py +924 -0
- pulumi_gcp/compute/outputs.py +4091 -1
- pulumi_gcp/container/_inputs.py +542 -0
- pulumi_gcp/container/outputs.py +2137 -3
- pulumi_gcp/dataplex/_inputs.py +66 -0
- pulumi_gcp/dataplex/outputs.py +66 -0
- pulumi_gcp/dataproc/_inputs.py +174 -0
- pulumi_gcp/dataproc/outputs.py +174 -0
- pulumi_gcp/dns/_inputs.py +34 -0
- pulumi_gcp/dns/outputs.py +34 -0
- pulumi_gcp/filestore/outputs.py +88 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -0
- pulumi_gcp/firebaserules/outputs.py +6 -0
- pulumi_gcp/folder/_inputs.py +4 -0
- pulumi_gcp/folder/iam_audit_config.py +2 -2
- pulumi_gcp/folder/iam_member.py +2 -2
- pulumi_gcp/folder/iam_policy.py +2 -2
- pulumi_gcp/folder/outputs.py +54 -0
- pulumi_gcp/gkehub/_inputs.py +8 -0
- pulumi_gcp/gkehub/outputs.py +8 -0
- pulumi_gcp/iam/outputs.py +92 -0
- pulumi_gcp/kms/outputs.py +16 -0
- pulumi_gcp/logging/_inputs.py +108 -0
- pulumi_gcp/logging/outputs.py +108 -0
- pulumi_gcp/monitoring/outputs.py +14 -0
- pulumi_gcp/networkconnectivity/_inputs.py +6 -0
- pulumi_gcp/networkconnectivity/outputs.py +6 -0
- pulumi_gcp/organizations/_inputs.py +4 -0
- pulumi_gcp/organizations/iam_audit_config.py +2 -2
- pulumi_gcp/organizations/iam_member.py +2 -2
- pulumi_gcp/organizations/iam_policy.py +2 -2
- pulumi_gcp/organizations/outputs.py +4 -0
- pulumi_gcp/projects/_inputs.py +4 -0
- pulumi_gcp/projects/iam_audit_config.py +2 -2
- pulumi_gcp/projects/iam_binding.py +2 -2
- pulumi_gcp/projects/iam_member.py +2 -2
- pulumi_gcp/projects/iam_policy.py +2 -2
- pulumi_gcp/projects/outputs.py +54 -0
- pulumi_gcp/pubsub/outputs.py +282 -0
- pulumi_gcp/redis/outputs.py +204 -0
- pulumi_gcp/secretmanager/outputs.py +88 -0
- pulumi_gcp/sourcerepo/outputs.py +20 -0
- pulumi_gcp/spanner/outputs.py +68 -0
- pulumi_gcp/sql/_inputs.py +50 -0
- pulumi_gcp/sql/outputs.py +904 -0
- pulumi_gcp/storage/outputs.py +188 -0
- pulumi_gcp/vertex/outputs.py +124 -0
- pulumi_gcp/vmwareengine/outputs.py +208 -0
- pulumi_gcp/vpcaccess/outputs.py +4 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
@@ -6808,17 +6808,31 @@ class GetAuthorityAccessUrlResult(dict):
|
|
6808
6808
|
def __init__(__self__, *,
|
6809
6809
|
ca_certificate_access_url: str,
|
6810
6810
|
crl_access_urls: Sequence[str]):
|
6811
|
+
"""
|
6812
|
+
:param str ca_certificate_access_url: The URL where this CertificateAuthority's CA certificate is published. This will only be
|
6813
|
+
set for CAs that have been activated.
|
6814
|
+
:param Sequence[str] crl_access_urls: The URL where this CertificateAuthority's CRLs are published. This will only be set for
|
6815
|
+
CAs that have been activated.
|
6816
|
+
"""
|
6811
6817
|
pulumi.set(__self__, "ca_certificate_access_url", ca_certificate_access_url)
|
6812
6818
|
pulumi.set(__self__, "crl_access_urls", crl_access_urls)
|
6813
6819
|
|
6814
6820
|
@property
|
6815
6821
|
@pulumi.getter(name="caCertificateAccessUrl")
|
6816
6822
|
def ca_certificate_access_url(self) -> str:
|
6823
|
+
"""
|
6824
|
+
The URL where this CertificateAuthority's CA certificate is published. This will only be
|
6825
|
+
set for CAs that have been activated.
|
6826
|
+
"""
|
6817
6827
|
return pulumi.get(self, "ca_certificate_access_url")
|
6818
6828
|
|
6819
6829
|
@property
|
6820
6830
|
@pulumi.getter(name="crlAccessUrls")
|
6821
6831
|
def crl_access_urls(self) -> Sequence[str]:
|
6832
|
+
"""
|
6833
|
+
The URL where this CertificateAuthority's CRLs are published. This will only be set for
|
6834
|
+
CAs that have been activated.
|
6835
|
+
"""
|
6822
6836
|
return pulumi.get(self, "crl_access_urls")
|
6823
6837
|
|
6824
6838
|
|
@@ -6827,17 +6841,27 @@ class GetAuthorityConfigResult(dict):
|
|
6827
6841
|
def __init__(__self__, *,
|
6828
6842
|
subject_configs: Sequence['outputs.GetAuthorityConfigSubjectConfigResult'],
|
6829
6843
|
x509_configs: Sequence['outputs.GetAuthorityConfigX509ConfigResult']):
|
6844
|
+
"""
|
6845
|
+
:param Sequence['GetAuthorityConfigSubjectConfigArgs'] subject_configs: Specifies some of the values in a certificate that are related to the subject.
|
6846
|
+
:param Sequence['GetAuthorityConfigX509ConfigArgs'] x509_configs: Describes how some of the technical X.509 fields in a certificate should be populated.
|
6847
|
+
"""
|
6830
6848
|
pulumi.set(__self__, "subject_configs", subject_configs)
|
6831
6849
|
pulumi.set(__self__, "x509_configs", x509_configs)
|
6832
6850
|
|
6833
6851
|
@property
|
6834
6852
|
@pulumi.getter(name="subjectConfigs")
|
6835
6853
|
def subject_configs(self) -> Sequence['outputs.GetAuthorityConfigSubjectConfigResult']:
|
6854
|
+
"""
|
6855
|
+
Specifies some of the values in a certificate that are related to the subject.
|
6856
|
+
"""
|
6836
6857
|
return pulumi.get(self, "subject_configs")
|
6837
6858
|
|
6838
6859
|
@property
|
6839
6860
|
@pulumi.getter(name="x509Configs")
|
6840
6861
|
def x509_configs(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigResult']:
|
6862
|
+
"""
|
6863
|
+
Describes how some of the technical X.509 fields in a certificate should be populated.
|
6864
|
+
"""
|
6841
6865
|
return pulumi.get(self, "x509_configs")
|
6842
6866
|
|
6843
6867
|
|
@@ -6846,17 +6870,27 @@ class GetAuthorityConfigSubjectConfigResult(dict):
|
|
6846
6870
|
def __init__(__self__, *,
|
6847
6871
|
subject_alt_names: Sequence['outputs.GetAuthorityConfigSubjectConfigSubjectAltNameResult'],
|
6848
6872
|
subjects: Sequence['outputs.GetAuthorityConfigSubjectConfigSubjectResult']):
|
6873
|
+
"""
|
6874
|
+
:param Sequence['GetAuthorityConfigSubjectConfigSubjectAltNameArgs'] subject_alt_names: The subject alternative name fields.
|
6875
|
+
:param Sequence['GetAuthorityConfigSubjectConfigSubjectArgs'] subjects: Contains distinguished name fields such as the location and organization.
|
6876
|
+
"""
|
6849
6877
|
pulumi.set(__self__, "subject_alt_names", subject_alt_names)
|
6850
6878
|
pulumi.set(__self__, "subjects", subjects)
|
6851
6879
|
|
6852
6880
|
@property
|
6853
6881
|
@pulumi.getter(name="subjectAltNames")
|
6854
6882
|
def subject_alt_names(self) -> Sequence['outputs.GetAuthorityConfigSubjectConfigSubjectAltNameResult']:
|
6883
|
+
"""
|
6884
|
+
The subject alternative name fields.
|
6885
|
+
"""
|
6855
6886
|
return pulumi.get(self, "subject_alt_names")
|
6856
6887
|
|
6857
6888
|
@property
|
6858
6889
|
@pulumi.getter
|
6859
6890
|
def subjects(self) -> Sequence['outputs.GetAuthorityConfigSubjectConfigSubjectResult']:
|
6891
|
+
"""
|
6892
|
+
Contains distinguished name fields such as the location and organization.
|
6893
|
+
"""
|
6860
6894
|
return pulumi.get(self, "subjects")
|
6861
6895
|
|
6862
6896
|
|
@@ -6871,6 +6905,16 @@ class GetAuthorityConfigSubjectConfigSubjectResult(dict):
|
|
6871
6905
|
postal_code: str,
|
6872
6906
|
province: str,
|
6873
6907
|
street_address: str):
|
6908
|
+
"""
|
6909
|
+
:param str common_name: The common name of the distinguished name.
|
6910
|
+
:param str country_code: The country code of the subject.
|
6911
|
+
:param str locality: The locality or city of the subject.
|
6912
|
+
:param str organization: The organization of the subject.
|
6913
|
+
:param str organizational_unit: The organizational unit of the subject.
|
6914
|
+
:param str postal_code: The postal code of the subject.
|
6915
|
+
:param str province: The province, territory, or regional state of the subject.
|
6916
|
+
:param str street_address: The street address of the subject.
|
6917
|
+
"""
|
6874
6918
|
pulumi.set(__self__, "common_name", common_name)
|
6875
6919
|
pulumi.set(__self__, "country_code", country_code)
|
6876
6920
|
pulumi.set(__self__, "locality", locality)
|
@@ -6883,41 +6927,65 @@ class GetAuthorityConfigSubjectConfigSubjectResult(dict):
|
|
6883
6927
|
@property
|
6884
6928
|
@pulumi.getter(name="commonName")
|
6885
6929
|
def common_name(self) -> str:
|
6930
|
+
"""
|
6931
|
+
The common name of the distinguished name.
|
6932
|
+
"""
|
6886
6933
|
return pulumi.get(self, "common_name")
|
6887
6934
|
|
6888
6935
|
@property
|
6889
6936
|
@pulumi.getter(name="countryCode")
|
6890
6937
|
def country_code(self) -> str:
|
6938
|
+
"""
|
6939
|
+
The country code of the subject.
|
6940
|
+
"""
|
6891
6941
|
return pulumi.get(self, "country_code")
|
6892
6942
|
|
6893
6943
|
@property
|
6894
6944
|
@pulumi.getter
|
6895
6945
|
def locality(self) -> str:
|
6946
|
+
"""
|
6947
|
+
The locality or city of the subject.
|
6948
|
+
"""
|
6896
6949
|
return pulumi.get(self, "locality")
|
6897
6950
|
|
6898
6951
|
@property
|
6899
6952
|
@pulumi.getter
|
6900
6953
|
def organization(self) -> str:
|
6954
|
+
"""
|
6955
|
+
The organization of the subject.
|
6956
|
+
"""
|
6901
6957
|
return pulumi.get(self, "organization")
|
6902
6958
|
|
6903
6959
|
@property
|
6904
6960
|
@pulumi.getter(name="organizationalUnit")
|
6905
6961
|
def organizational_unit(self) -> str:
|
6962
|
+
"""
|
6963
|
+
The organizational unit of the subject.
|
6964
|
+
"""
|
6906
6965
|
return pulumi.get(self, "organizational_unit")
|
6907
6966
|
|
6908
6967
|
@property
|
6909
6968
|
@pulumi.getter(name="postalCode")
|
6910
6969
|
def postal_code(self) -> str:
|
6970
|
+
"""
|
6971
|
+
The postal code of the subject.
|
6972
|
+
"""
|
6911
6973
|
return pulumi.get(self, "postal_code")
|
6912
6974
|
|
6913
6975
|
@property
|
6914
6976
|
@pulumi.getter
|
6915
6977
|
def province(self) -> str:
|
6978
|
+
"""
|
6979
|
+
The province, territory, or regional state of the subject.
|
6980
|
+
"""
|
6916
6981
|
return pulumi.get(self, "province")
|
6917
6982
|
|
6918
6983
|
@property
|
6919
6984
|
@pulumi.getter(name="streetAddress")
|
6920
6985
|
def street_address(self) -> str:
|
6986
|
+
"""
|
6987
|
+
The street address of the subject.
|
6988
|
+
"""
|
6921
6989
|
return pulumi.get(self, "street_address")
|
6922
6990
|
|
6923
6991
|
|
@@ -6928,6 +6996,12 @@ class GetAuthorityConfigSubjectConfigSubjectAltNameResult(dict):
|
|
6928
6996
|
email_addresses: Sequence[str],
|
6929
6997
|
ip_addresses: Sequence[str],
|
6930
6998
|
uris: Sequence[str]):
|
6999
|
+
"""
|
7000
|
+
:param Sequence[str] dns_names: Contains only valid, fully-qualified host names.
|
7001
|
+
:param Sequence[str] email_addresses: Contains only valid RFC 2822 E-mail addresses.
|
7002
|
+
:param Sequence[str] ip_addresses: Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
|
7003
|
+
:param Sequence[str] uris: Contains only valid RFC 3986 URIs.
|
7004
|
+
"""
|
6931
7005
|
pulumi.set(__self__, "dns_names", dns_names)
|
6932
7006
|
pulumi.set(__self__, "email_addresses", email_addresses)
|
6933
7007
|
pulumi.set(__self__, "ip_addresses", ip_addresses)
|
@@ -6936,21 +7010,33 @@ class GetAuthorityConfigSubjectConfigSubjectAltNameResult(dict):
|
|
6936
7010
|
@property
|
6937
7011
|
@pulumi.getter(name="dnsNames")
|
6938
7012
|
def dns_names(self) -> Sequence[str]:
|
7013
|
+
"""
|
7014
|
+
Contains only valid, fully-qualified host names.
|
7015
|
+
"""
|
6939
7016
|
return pulumi.get(self, "dns_names")
|
6940
7017
|
|
6941
7018
|
@property
|
6942
7019
|
@pulumi.getter(name="emailAddresses")
|
6943
7020
|
def email_addresses(self) -> Sequence[str]:
|
7021
|
+
"""
|
7022
|
+
Contains only valid RFC 2822 E-mail addresses.
|
7023
|
+
"""
|
6944
7024
|
return pulumi.get(self, "email_addresses")
|
6945
7025
|
|
6946
7026
|
@property
|
6947
7027
|
@pulumi.getter(name="ipAddresses")
|
6948
7028
|
def ip_addresses(self) -> Sequence[str]:
|
7029
|
+
"""
|
7030
|
+
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
|
7031
|
+
"""
|
6949
7032
|
return pulumi.get(self, "ip_addresses")
|
6950
7033
|
|
6951
7034
|
@property
|
6952
7035
|
@pulumi.getter
|
6953
7036
|
def uris(self) -> Sequence[str]:
|
7037
|
+
"""
|
7038
|
+
Contains only valid RFC 3986 URIs.
|
7039
|
+
"""
|
6954
7040
|
return pulumi.get(self, "uris")
|
6955
7041
|
|
6956
7042
|
|
@@ -6963,6 +7049,15 @@ class GetAuthorityConfigX509ConfigResult(dict):
|
|
6963
7049
|
key_usages: Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageResult'],
|
6964
7050
|
name_constraints: Sequence['outputs.GetAuthorityConfigX509ConfigNameConstraintResult'],
|
6965
7051
|
policy_ids: Sequence['outputs.GetAuthorityConfigX509ConfigPolicyIdResult']):
|
7052
|
+
"""
|
7053
|
+
:param Sequence['GetAuthorityConfigX509ConfigAdditionalExtensionArgs'] additional_extensions: Specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
|
7054
|
+
:param Sequence[str] aia_ocsp_servers: Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the
|
7055
|
+
"Authority Information Access" extension in the certificate.
|
7056
|
+
:param Sequence['GetAuthorityConfigX509ConfigCaOptionArgs'] ca_options: Describes values that are relevant in a CA certificate.
|
7057
|
+
:param Sequence['GetAuthorityConfigX509ConfigKeyUsageArgs'] key_usages: Indicates the intended use for keys that correspond to a certificate.
|
7058
|
+
:param Sequence['GetAuthorityConfigX509ConfigNameConstraintArgs'] name_constraints: Describes the X.509 name constraints extension.
|
7059
|
+
:param Sequence['GetAuthorityConfigX509ConfigPolicyIdArgs'] policy_ids: Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
|
7060
|
+
"""
|
6966
7061
|
pulumi.set(__self__, "additional_extensions", additional_extensions)
|
6967
7062
|
pulumi.set(__self__, "aia_ocsp_servers", aia_ocsp_servers)
|
6968
7063
|
pulumi.set(__self__, "ca_options", ca_options)
|
@@ -6973,31 +7068,50 @@ class GetAuthorityConfigX509ConfigResult(dict):
|
|
6973
7068
|
@property
|
6974
7069
|
@pulumi.getter(name="additionalExtensions")
|
6975
7070
|
def additional_extensions(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigAdditionalExtensionResult']:
|
7071
|
+
"""
|
7072
|
+
Specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
|
7073
|
+
"""
|
6976
7074
|
return pulumi.get(self, "additional_extensions")
|
6977
7075
|
|
6978
7076
|
@property
|
6979
7077
|
@pulumi.getter(name="aiaOcspServers")
|
6980
7078
|
def aia_ocsp_servers(self) -> Sequence[str]:
|
7079
|
+
"""
|
7080
|
+
Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the
|
7081
|
+
"Authority Information Access" extension in the certificate.
|
7082
|
+
"""
|
6981
7083
|
return pulumi.get(self, "aia_ocsp_servers")
|
6982
7084
|
|
6983
7085
|
@property
|
6984
7086
|
@pulumi.getter(name="caOptions")
|
6985
7087
|
def ca_options(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigCaOptionResult']:
|
7088
|
+
"""
|
7089
|
+
Describes values that are relevant in a CA certificate.
|
7090
|
+
"""
|
6986
7091
|
return pulumi.get(self, "ca_options")
|
6987
7092
|
|
6988
7093
|
@property
|
6989
7094
|
@pulumi.getter(name="keyUsages")
|
6990
7095
|
def key_usages(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageResult']:
|
7096
|
+
"""
|
7097
|
+
Indicates the intended use for keys that correspond to a certificate.
|
7098
|
+
"""
|
6991
7099
|
return pulumi.get(self, "key_usages")
|
6992
7100
|
|
6993
7101
|
@property
|
6994
7102
|
@pulumi.getter(name="nameConstraints")
|
6995
7103
|
def name_constraints(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigNameConstraintResult']:
|
7104
|
+
"""
|
7105
|
+
Describes the X.509 name constraints extension.
|
7106
|
+
"""
|
6996
7107
|
return pulumi.get(self, "name_constraints")
|
6997
7108
|
|
6998
7109
|
@property
|
6999
7110
|
@pulumi.getter(name="policyIds")
|
7000
7111
|
def policy_ids(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigPolicyIdResult']:
|
7112
|
+
"""
|
7113
|
+
Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
|
7114
|
+
"""
|
7001
7115
|
return pulumi.get(self, "policy_ids")
|
7002
7116
|
|
7003
7117
|
|
@@ -7007,6 +7121,12 @@ class GetAuthorityConfigX509ConfigAdditionalExtensionResult(dict):
|
|
7007
7121
|
critical: bool,
|
7008
7122
|
object_ids: Sequence['outputs.GetAuthorityConfigX509ConfigAdditionalExtensionObjectIdResult'],
|
7009
7123
|
value: str):
|
7124
|
+
"""
|
7125
|
+
:param bool critical: Indicates whether or not this extension is critical (i.e., if the client does not know how to
|
7126
|
+
handle this extension, the client should consider this to be an error).
|
7127
|
+
:param Sequence['GetAuthorityConfigX509ConfigAdditionalExtensionObjectIdArgs'] object_ids: Describes values that are relevant in a CA certificate.
|
7128
|
+
:param str value: The value of this X.509 extension. A base64-encoded string.
|
7129
|
+
"""
|
7010
7130
|
pulumi.set(__self__, "critical", critical)
|
7011
7131
|
pulumi.set(__self__, "object_ids", object_ids)
|
7012
7132
|
pulumi.set(__self__, "value", value)
|
@@ -7014,16 +7134,26 @@ class GetAuthorityConfigX509ConfigAdditionalExtensionResult(dict):
|
|
7014
7134
|
@property
|
7015
7135
|
@pulumi.getter
|
7016
7136
|
def critical(self) -> bool:
|
7137
|
+
"""
|
7138
|
+
Indicates whether or not this extension is critical (i.e., if the client does not know how to
|
7139
|
+
handle this extension, the client should consider this to be an error).
|
7140
|
+
"""
|
7017
7141
|
return pulumi.get(self, "critical")
|
7018
7142
|
|
7019
7143
|
@property
|
7020
7144
|
@pulumi.getter(name="objectIds")
|
7021
7145
|
def object_ids(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigAdditionalExtensionObjectIdResult']:
|
7146
|
+
"""
|
7147
|
+
Describes values that are relevant in a CA certificate.
|
7148
|
+
"""
|
7022
7149
|
return pulumi.get(self, "object_ids")
|
7023
7150
|
|
7024
7151
|
@property
|
7025
7152
|
@pulumi.getter
|
7026
7153
|
def value(self) -> str:
|
7154
|
+
"""
|
7155
|
+
The value of this X.509 extension. A base64-encoded string.
|
7156
|
+
"""
|
7027
7157
|
return pulumi.get(self, "value")
|
7028
7158
|
|
7029
7159
|
|
@@ -7031,11 +7161,17 @@ class GetAuthorityConfigX509ConfigAdditionalExtensionResult(dict):
|
|
7031
7161
|
class GetAuthorityConfigX509ConfigAdditionalExtensionObjectIdResult(dict):
|
7032
7162
|
def __init__(__self__, *,
|
7033
7163
|
object_id_paths: Sequence[int]):
|
7164
|
+
"""
|
7165
|
+
:param Sequence[int] object_id_paths: An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7166
|
+
"""
|
7034
7167
|
pulumi.set(__self__, "object_id_paths", object_id_paths)
|
7035
7168
|
|
7036
7169
|
@property
|
7037
7170
|
@pulumi.getter(name="objectIdPaths")
|
7038
7171
|
def object_id_paths(self) -> Sequence[int]:
|
7172
|
+
"""
|
7173
|
+
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7174
|
+
"""
|
7039
7175
|
return pulumi.get(self, "object_id_paths")
|
7040
7176
|
|
7041
7177
|
|
@@ -7046,6 +7182,17 @@ class GetAuthorityConfigX509ConfigCaOptionResult(dict):
|
|
7046
7182
|
max_issuer_path_length: int,
|
7047
7183
|
non_ca: bool,
|
7048
7184
|
zero_max_issuer_path_length: bool):
|
7185
|
+
"""
|
7186
|
+
:param bool is_ca: When true, the "CA" in Basic Constraints extension will be set to true.
|
7187
|
+
:param int max_issuer_path_length: Refers to the "path length constraint" in Basic Constraints extension. For a CA certificate, this value describes the depth of
|
7188
|
+
subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. Setting the value to 0
|
7189
|
+
requires setting 'zero_max_issuer_path_length = true'.
|
7190
|
+
:param bool non_ca: When true, the "CA" in Basic Constraints extension will be set to false.
|
7191
|
+
If both 'is_ca' and 'non_ca' are unset, the extension will be omitted from the CA certificate.
|
7192
|
+
:param bool zero_max_issuer_path_length: When true, the "path length constraint" in Basic Constraints extension will be set to 0.
|
7193
|
+
If both 'max_issuer_path_length' and 'zero_max_issuer_path_length' are unset,
|
7194
|
+
the max path length will be omitted from the CA certificate.
|
7195
|
+
"""
|
7049
7196
|
pulumi.set(__self__, "is_ca", is_ca)
|
7050
7197
|
pulumi.set(__self__, "max_issuer_path_length", max_issuer_path_length)
|
7051
7198
|
pulumi.set(__self__, "non_ca", non_ca)
|
@@ -7054,21 +7201,38 @@ class GetAuthorityConfigX509ConfigCaOptionResult(dict):
|
|
7054
7201
|
@property
|
7055
7202
|
@pulumi.getter(name="isCa")
|
7056
7203
|
def is_ca(self) -> bool:
|
7204
|
+
"""
|
7205
|
+
When true, the "CA" in Basic Constraints extension will be set to true.
|
7206
|
+
"""
|
7057
7207
|
return pulumi.get(self, "is_ca")
|
7058
7208
|
|
7059
7209
|
@property
|
7060
7210
|
@pulumi.getter(name="maxIssuerPathLength")
|
7061
7211
|
def max_issuer_path_length(self) -> int:
|
7212
|
+
"""
|
7213
|
+
Refers to the "path length constraint" in Basic Constraints extension. For a CA certificate, this value describes the depth of
|
7214
|
+
subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. Setting the value to 0
|
7215
|
+
requires setting 'zero_max_issuer_path_length = true'.
|
7216
|
+
"""
|
7062
7217
|
return pulumi.get(self, "max_issuer_path_length")
|
7063
7218
|
|
7064
7219
|
@property
|
7065
7220
|
@pulumi.getter(name="nonCa")
|
7066
7221
|
def non_ca(self) -> bool:
|
7222
|
+
"""
|
7223
|
+
When true, the "CA" in Basic Constraints extension will be set to false.
|
7224
|
+
If both 'is_ca' and 'non_ca' are unset, the extension will be omitted from the CA certificate.
|
7225
|
+
"""
|
7067
7226
|
return pulumi.get(self, "non_ca")
|
7068
7227
|
|
7069
7228
|
@property
|
7070
7229
|
@pulumi.getter(name="zeroMaxIssuerPathLength")
|
7071
7230
|
def zero_max_issuer_path_length(self) -> bool:
|
7231
|
+
"""
|
7232
|
+
When true, the "path length constraint" in Basic Constraints extension will be set to 0.
|
7233
|
+
If both 'max_issuer_path_length' and 'zero_max_issuer_path_length' are unset,
|
7234
|
+
the max path length will be omitted from the CA certificate.
|
7235
|
+
"""
|
7072
7236
|
return pulumi.get(self, "zero_max_issuer_path_length")
|
7073
7237
|
|
7074
7238
|
|
@@ -7078,6 +7242,11 @@ class GetAuthorityConfigX509ConfigKeyUsageResult(dict):
|
|
7078
7242
|
base_key_usages: Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageBaseKeyUsageResult'],
|
7079
7243
|
extended_key_usages: Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsageResult'],
|
7080
7244
|
unknown_extended_key_usages: Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageUnknownExtendedKeyUsageResult']):
|
7245
|
+
"""
|
7246
|
+
:param Sequence['GetAuthorityConfigX509ConfigKeyUsageBaseKeyUsageArgs'] base_key_usages: Describes high-level ways in which a key may be used.
|
7247
|
+
:param Sequence['GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsageArgs'] extended_key_usages: Describes high-level ways in which a key may be used.
|
7248
|
+
:param Sequence['GetAuthorityConfigX509ConfigKeyUsageUnknownExtendedKeyUsageArgs'] unknown_extended_key_usages: An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7249
|
+
"""
|
7081
7250
|
pulumi.set(__self__, "base_key_usages", base_key_usages)
|
7082
7251
|
pulumi.set(__self__, "extended_key_usages", extended_key_usages)
|
7083
7252
|
pulumi.set(__self__, "unknown_extended_key_usages", unknown_extended_key_usages)
|
@@ -7085,16 +7254,25 @@ class GetAuthorityConfigX509ConfigKeyUsageResult(dict):
|
|
7085
7254
|
@property
|
7086
7255
|
@pulumi.getter(name="baseKeyUsages")
|
7087
7256
|
def base_key_usages(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageBaseKeyUsageResult']:
|
7257
|
+
"""
|
7258
|
+
Describes high-level ways in which a key may be used.
|
7259
|
+
"""
|
7088
7260
|
return pulumi.get(self, "base_key_usages")
|
7089
7261
|
|
7090
7262
|
@property
|
7091
7263
|
@pulumi.getter(name="extendedKeyUsages")
|
7092
7264
|
def extended_key_usages(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsageResult']:
|
7265
|
+
"""
|
7266
|
+
Describes high-level ways in which a key may be used.
|
7267
|
+
"""
|
7093
7268
|
return pulumi.get(self, "extended_key_usages")
|
7094
7269
|
|
7095
7270
|
@property
|
7096
7271
|
@pulumi.getter(name="unknownExtendedKeyUsages")
|
7097
7272
|
def unknown_extended_key_usages(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigKeyUsageUnknownExtendedKeyUsageResult']:
|
7273
|
+
"""
|
7274
|
+
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7275
|
+
"""
|
7098
7276
|
return pulumi.get(self, "unknown_extended_key_usages")
|
7099
7277
|
|
7100
7278
|
|
@@ -7110,6 +7288,17 @@ class GetAuthorityConfigX509ConfigKeyUsageBaseKeyUsageResult(dict):
|
|
7110
7288
|
encipher_only: bool,
|
7111
7289
|
key_agreement: bool,
|
7112
7290
|
key_encipherment: bool):
|
7291
|
+
"""
|
7292
|
+
:param bool cert_sign: The key may be used to sign certificates.
|
7293
|
+
:param bool content_commitment: The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
|
7294
|
+
:param bool crl_sign: The key may be used sign certificate revocation lists.
|
7295
|
+
:param bool data_encipherment: The key may be used to encipher data.
|
7296
|
+
:param bool decipher_only: The key may be used to decipher only.
|
7297
|
+
:param bool digital_signature: The key may be used for digital signatures.
|
7298
|
+
:param bool encipher_only: The key may be used to encipher only.
|
7299
|
+
:param bool key_agreement: The key may be used in a key agreement protocol.
|
7300
|
+
:param bool key_encipherment: The key may be used to encipher other keys.
|
7301
|
+
"""
|
7113
7302
|
pulumi.set(__self__, "cert_sign", cert_sign)
|
7114
7303
|
pulumi.set(__self__, "content_commitment", content_commitment)
|
7115
7304
|
pulumi.set(__self__, "crl_sign", crl_sign)
|
@@ -7123,46 +7312,73 @@ class GetAuthorityConfigX509ConfigKeyUsageBaseKeyUsageResult(dict):
|
|
7123
7312
|
@property
|
7124
7313
|
@pulumi.getter(name="certSign")
|
7125
7314
|
def cert_sign(self) -> bool:
|
7315
|
+
"""
|
7316
|
+
The key may be used to sign certificates.
|
7317
|
+
"""
|
7126
7318
|
return pulumi.get(self, "cert_sign")
|
7127
7319
|
|
7128
7320
|
@property
|
7129
7321
|
@pulumi.getter(name="contentCommitment")
|
7130
7322
|
def content_commitment(self) -> bool:
|
7323
|
+
"""
|
7324
|
+
The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
|
7325
|
+
"""
|
7131
7326
|
return pulumi.get(self, "content_commitment")
|
7132
7327
|
|
7133
7328
|
@property
|
7134
7329
|
@pulumi.getter(name="crlSign")
|
7135
7330
|
def crl_sign(self) -> bool:
|
7331
|
+
"""
|
7332
|
+
The key may be used sign certificate revocation lists.
|
7333
|
+
"""
|
7136
7334
|
return pulumi.get(self, "crl_sign")
|
7137
7335
|
|
7138
7336
|
@property
|
7139
7337
|
@pulumi.getter(name="dataEncipherment")
|
7140
7338
|
def data_encipherment(self) -> bool:
|
7339
|
+
"""
|
7340
|
+
The key may be used to encipher data.
|
7341
|
+
"""
|
7141
7342
|
return pulumi.get(self, "data_encipherment")
|
7142
7343
|
|
7143
7344
|
@property
|
7144
7345
|
@pulumi.getter(name="decipherOnly")
|
7145
7346
|
def decipher_only(self) -> bool:
|
7347
|
+
"""
|
7348
|
+
The key may be used to decipher only.
|
7349
|
+
"""
|
7146
7350
|
return pulumi.get(self, "decipher_only")
|
7147
7351
|
|
7148
7352
|
@property
|
7149
7353
|
@pulumi.getter(name="digitalSignature")
|
7150
7354
|
def digital_signature(self) -> bool:
|
7355
|
+
"""
|
7356
|
+
The key may be used for digital signatures.
|
7357
|
+
"""
|
7151
7358
|
return pulumi.get(self, "digital_signature")
|
7152
7359
|
|
7153
7360
|
@property
|
7154
7361
|
@pulumi.getter(name="encipherOnly")
|
7155
7362
|
def encipher_only(self) -> bool:
|
7363
|
+
"""
|
7364
|
+
The key may be used to encipher only.
|
7365
|
+
"""
|
7156
7366
|
return pulumi.get(self, "encipher_only")
|
7157
7367
|
|
7158
7368
|
@property
|
7159
7369
|
@pulumi.getter(name="keyAgreement")
|
7160
7370
|
def key_agreement(self) -> bool:
|
7371
|
+
"""
|
7372
|
+
The key may be used in a key agreement protocol.
|
7373
|
+
"""
|
7161
7374
|
return pulumi.get(self, "key_agreement")
|
7162
7375
|
|
7163
7376
|
@property
|
7164
7377
|
@pulumi.getter(name="keyEncipherment")
|
7165
7378
|
def key_encipherment(self) -> bool:
|
7379
|
+
"""
|
7380
|
+
The key may be used to encipher other keys.
|
7381
|
+
"""
|
7166
7382
|
return pulumi.get(self, "key_encipherment")
|
7167
7383
|
|
7168
7384
|
|
@@ -7175,6 +7391,14 @@ class GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsageResult(dict):
|
|
7175
7391
|
ocsp_signing: bool,
|
7176
7392
|
server_auth: bool,
|
7177
7393
|
time_stamping: bool):
|
7394
|
+
"""
|
7395
|
+
:param bool client_auth: Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
|
7396
|
+
:param bool code_signing: Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
|
7397
|
+
:param bool email_protection: Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
|
7398
|
+
:param bool ocsp_signing: Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
|
7399
|
+
:param bool server_auth: Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
|
7400
|
+
:param bool time_stamping: Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
|
7401
|
+
"""
|
7178
7402
|
pulumi.set(__self__, "client_auth", client_auth)
|
7179
7403
|
pulumi.set(__self__, "code_signing", code_signing)
|
7180
7404
|
pulumi.set(__self__, "email_protection", email_protection)
|
@@ -7185,31 +7409,49 @@ class GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsageResult(dict):
|
|
7185
7409
|
@property
|
7186
7410
|
@pulumi.getter(name="clientAuth")
|
7187
7411
|
def client_auth(self) -> bool:
|
7412
|
+
"""
|
7413
|
+
Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
|
7414
|
+
"""
|
7188
7415
|
return pulumi.get(self, "client_auth")
|
7189
7416
|
|
7190
7417
|
@property
|
7191
7418
|
@pulumi.getter(name="codeSigning")
|
7192
7419
|
def code_signing(self) -> bool:
|
7420
|
+
"""
|
7421
|
+
Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
|
7422
|
+
"""
|
7193
7423
|
return pulumi.get(self, "code_signing")
|
7194
7424
|
|
7195
7425
|
@property
|
7196
7426
|
@pulumi.getter(name="emailProtection")
|
7197
7427
|
def email_protection(self) -> bool:
|
7428
|
+
"""
|
7429
|
+
Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
|
7430
|
+
"""
|
7198
7431
|
return pulumi.get(self, "email_protection")
|
7199
7432
|
|
7200
7433
|
@property
|
7201
7434
|
@pulumi.getter(name="ocspSigning")
|
7202
7435
|
def ocsp_signing(self) -> bool:
|
7436
|
+
"""
|
7437
|
+
Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
|
7438
|
+
"""
|
7203
7439
|
return pulumi.get(self, "ocsp_signing")
|
7204
7440
|
|
7205
7441
|
@property
|
7206
7442
|
@pulumi.getter(name="serverAuth")
|
7207
7443
|
def server_auth(self) -> bool:
|
7444
|
+
"""
|
7445
|
+
Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
|
7446
|
+
"""
|
7208
7447
|
return pulumi.get(self, "server_auth")
|
7209
7448
|
|
7210
7449
|
@property
|
7211
7450
|
@pulumi.getter(name="timeStamping")
|
7212
7451
|
def time_stamping(self) -> bool:
|
7452
|
+
"""
|
7453
|
+
Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
|
7454
|
+
"""
|
7213
7455
|
return pulumi.get(self, "time_stamping")
|
7214
7456
|
|
7215
7457
|
|
@@ -7217,11 +7459,17 @@ class GetAuthorityConfigX509ConfigKeyUsageExtendedKeyUsageResult(dict):
|
|
7217
7459
|
class GetAuthorityConfigX509ConfigKeyUsageUnknownExtendedKeyUsageResult(dict):
|
7218
7460
|
def __init__(__self__, *,
|
7219
7461
|
object_id_paths: Sequence[int]):
|
7462
|
+
"""
|
7463
|
+
:param Sequence[int] object_id_paths: An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7464
|
+
"""
|
7220
7465
|
pulumi.set(__self__, "object_id_paths", object_id_paths)
|
7221
7466
|
|
7222
7467
|
@property
|
7223
7468
|
@pulumi.getter(name="objectIdPaths")
|
7224
7469
|
def object_id_paths(self) -> Sequence[int]:
|
7470
|
+
"""
|
7471
|
+
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7472
|
+
"""
|
7225
7473
|
return pulumi.get(self, "object_id_paths")
|
7226
7474
|
|
7227
7475
|
|
@@ -7237,6 +7485,41 @@ class GetAuthorityConfigX509ConfigNameConstraintResult(dict):
|
|
7237
7485
|
permitted_email_addresses: Sequence[str],
|
7238
7486
|
permitted_ip_ranges: Sequence[str],
|
7239
7487
|
permitted_uris: Sequence[str]):
|
7488
|
+
"""
|
7489
|
+
:param bool critical: Indicates whether or not the name constraints are marked critical.
|
7490
|
+
:param Sequence[str] excluded_dns_names: Contains excluded DNS names. Any DNS name that can be
|
7491
|
+
constructed by simply adding zero or more labels to
|
7492
|
+
the left-hand side of the name satisfies the name constraint.
|
7493
|
+
For example, 'example.com', 'www.example.com', 'www.sub.example.com'
|
7494
|
+
would satisfy 'example.com' while 'example1.com' does not.
|
7495
|
+
:param Sequence[str] excluded_email_addresses: Contains the excluded email addresses. The value can be a particular
|
7496
|
+
email address, a hostname to indicate all email addresses on that host or
|
7497
|
+
a domain with a leading period (e.g. '.example.com') to indicate
|
7498
|
+
all email addresses in that domain.
|
7499
|
+
:param Sequence[str] excluded_ip_ranges: Contains the excluded IP ranges. For IPv4 addresses, the ranges
|
7500
|
+
are expressed using CIDR notation as specified in RFC 4632.
|
7501
|
+
For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
|
7502
|
+
addresses.
|
7503
|
+
:param Sequence[str] excluded_uris: Contains the excluded URIs that apply to the host part of the name.
|
7504
|
+
The value can be a hostname or a domain with a
|
7505
|
+
leading period (like '.example.com')
|
7506
|
+
:param Sequence[str] permitted_dns_names: Contains permitted DNS names. Any DNS name that can be
|
7507
|
+
constructed by simply adding zero or more labels to
|
7508
|
+
the left-hand side of the name satisfies the name constraint.
|
7509
|
+
For example, 'example.com', 'www.example.com', 'www.sub.example.com'
|
7510
|
+
would satisfy 'example.com' while 'example1.com' does not.
|
7511
|
+
:param Sequence[str] permitted_email_addresses: Contains the permitted email addresses. The value can be a particular
|
7512
|
+
email address, a hostname to indicate all email addresses on that host or
|
7513
|
+
a domain with a leading period (e.g. '.example.com') to indicate
|
7514
|
+
all email addresses in that domain.
|
7515
|
+
:param Sequence[str] permitted_ip_ranges: Contains the permitted IP ranges. For IPv4 addresses, the ranges
|
7516
|
+
are expressed using CIDR notation as specified in RFC 4632.
|
7517
|
+
For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
|
7518
|
+
addresses.
|
7519
|
+
:param Sequence[str] permitted_uris: Contains the permitted URIs that apply to the host part of the name.
|
7520
|
+
The value can be a hostname or a domain with a
|
7521
|
+
leading period (like '.example.com')
|
7522
|
+
"""
|
7240
7523
|
pulumi.set(__self__, "critical", critical)
|
7241
7524
|
pulumi.set(__self__, "excluded_dns_names", excluded_dns_names)
|
7242
7525
|
pulumi.set(__self__, "excluded_email_addresses", excluded_email_addresses)
|
@@ -7250,46 +7533,97 @@ class GetAuthorityConfigX509ConfigNameConstraintResult(dict):
|
|
7250
7533
|
@property
|
7251
7534
|
@pulumi.getter
|
7252
7535
|
def critical(self) -> bool:
|
7536
|
+
"""
|
7537
|
+
Indicates whether or not the name constraints are marked critical.
|
7538
|
+
"""
|
7253
7539
|
return pulumi.get(self, "critical")
|
7254
7540
|
|
7255
7541
|
@property
|
7256
7542
|
@pulumi.getter(name="excludedDnsNames")
|
7257
7543
|
def excluded_dns_names(self) -> Sequence[str]:
|
7544
|
+
"""
|
7545
|
+
Contains excluded DNS names. Any DNS name that can be
|
7546
|
+
constructed by simply adding zero or more labels to
|
7547
|
+
the left-hand side of the name satisfies the name constraint.
|
7548
|
+
For example, 'example.com', 'www.example.com', 'www.sub.example.com'
|
7549
|
+
would satisfy 'example.com' while 'example1.com' does not.
|
7550
|
+
"""
|
7258
7551
|
return pulumi.get(self, "excluded_dns_names")
|
7259
7552
|
|
7260
7553
|
@property
|
7261
7554
|
@pulumi.getter(name="excludedEmailAddresses")
|
7262
7555
|
def excluded_email_addresses(self) -> Sequence[str]:
|
7556
|
+
"""
|
7557
|
+
Contains the excluded email addresses. The value can be a particular
|
7558
|
+
email address, a hostname to indicate all email addresses on that host or
|
7559
|
+
a domain with a leading period (e.g. '.example.com') to indicate
|
7560
|
+
all email addresses in that domain.
|
7561
|
+
"""
|
7263
7562
|
return pulumi.get(self, "excluded_email_addresses")
|
7264
7563
|
|
7265
7564
|
@property
|
7266
7565
|
@pulumi.getter(name="excludedIpRanges")
|
7267
7566
|
def excluded_ip_ranges(self) -> Sequence[str]:
|
7567
|
+
"""
|
7568
|
+
Contains the excluded IP ranges. For IPv4 addresses, the ranges
|
7569
|
+
are expressed using CIDR notation as specified in RFC 4632.
|
7570
|
+
For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
|
7571
|
+
addresses.
|
7572
|
+
"""
|
7268
7573
|
return pulumi.get(self, "excluded_ip_ranges")
|
7269
7574
|
|
7270
7575
|
@property
|
7271
7576
|
@pulumi.getter(name="excludedUris")
|
7272
7577
|
def excluded_uris(self) -> Sequence[str]:
|
7578
|
+
"""
|
7579
|
+
Contains the excluded URIs that apply to the host part of the name.
|
7580
|
+
The value can be a hostname or a domain with a
|
7581
|
+
leading period (like '.example.com')
|
7582
|
+
"""
|
7273
7583
|
return pulumi.get(self, "excluded_uris")
|
7274
7584
|
|
7275
7585
|
@property
|
7276
7586
|
@pulumi.getter(name="permittedDnsNames")
|
7277
7587
|
def permitted_dns_names(self) -> Sequence[str]:
|
7588
|
+
"""
|
7589
|
+
Contains permitted DNS names. Any DNS name that can be
|
7590
|
+
constructed by simply adding zero or more labels to
|
7591
|
+
the left-hand side of the name satisfies the name constraint.
|
7592
|
+
For example, 'example.com', 'www.example.com', 'www.sub.example.com'
|
7593
|
+
would satisfy 'example.com' while 'example1.com' does not.
|
7594
|
+
"""
|
7278
7595
|
return pulumi.get(self, "permitted_dns_names")
|
7279
7596
|
|
7280
7597
|
@property
|
7281
7598
|
@pulumi.getter(name="permittedEmailAddresses")
|
7282
7599
|
def permitted_email_addresses(self) -> Sequence[str]:
|
7600
|
+
"""
|
7601
|
+
Contains the permitted email addresses. The value can be a particular
|
7602
|
+
email address, a hostname to indicate all email addresses on that host or
|
7603
|
+
a domain with a leading period (e.g. '.example.com') to indicate
|
7604
|
+
all email addresses in that domain.
|
7605
|
+
"""
|
7283
7606
|
return pulumi.get(self, "permitted_email_addresses")
|
7284
7607
|
|
7285
7608
|
@property
|
7286
7609
|
@pulumi.getter(name="permittedIpRanges")
|
7287
7610
|
def permitted_ip_ranges(self) -> Sequence[str]:
|
7611
|
+
"""
|
7612
|
+
Contains the permitted IP ranges. For IPv4 addresses, the ranges
|
7613
|
+
are expressed using CIDR notation as specified in RFC 4632.
|
7614
|
+
For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
|
7615
|
+
addresses.
|
7616
|
+
"""
|
7288
7617
|
return pulumi.get(self, "permitted_ip_ranges")
|
7289
7618
|
|
7290
7619
|
@property
|
7291
7620
|
@pulumi.getter(name="permittedUris")
|
7292
7621
|
def permitted_uris(self) -> Sequence[str]:
|
7622
|
+
"""
|
7623
|
+
Contains the permitted URIs that apply to the host part of the name.
|
7624
|
+
The value can be a hostname or a domain with a
|
7625
|
+
leading period (like '.example.com')
|
7626
|
+
"""
|
7293
7627
|
return pulumi.get(self, "permitted_uris")
|
7294
7628
|
|
7295
7629
|
|
@@ -7297,11 +7631,17 @@ class GetAuthorityConfigX509ConfigNameConstraintResult(dict):
|
|
7297
7631
|
class GetAuthorityConfigX509ConfigPolicyIdResult(dict):
|
7298
7632
|
def __init__(__self__, *,
|
7299
7633
|
object_id_paths: Sequence[int]):
|
7634
|
+
"""
|
7635
|
+
:param Sequence[int] object_id_paths: An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7636
|
+
"""
|
7300
7637
|
pulumi.set(__self__, "object_id_paths", object_id_paths)
|
7301
7638
|
|
7302
7639
|
@property
|
7303
7640
|
@pulumi.getter(name="objectIdPaths")
|
7304
7641
|
def object_id_paths(self) -> Sequence[int]:
|
7642
|
+
"""
|
7643
|
+
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
|
7644
|
+
"""
|
7305
7645
|
return pulumi.get(self, "object_id_paths")
|
7306
7646
|
|
7307
7647
|
|
@@ -7310,17 +7650,31 @@ class GetAuthorityKeySpecResult(dict):
|
|
7310
7650
|
def __init__(__self__, *,
|
7311
7651
|
algorithm: str,
|
7312
7652
|
cloud_kms_key_version: str):
|
7653
|
+
"""
|
7654
|
+
:param str algorithm: The algorithm to use for creating a managed Cloud KMS key for a for a simplified
|
7655
|
+
experience. All managed keys will be have their ProtectionLevel as HSM. Possible values: ["SIGN_HASH_ALGORITHM_UNSPECIFIED", "RSA_PSS_2048_SHA256", "RSA_PSS_3072_SHA256", "RSA_PSS_4096_SHA256", "RSA_PKCS1_2048_SHA256", "RSA_PKCS1_3072_SHA256", "RSA_PKCS1_4096_SHA256", "EC_P256_SHA256", "EC_P384_SHA384"]
|
7656
|
+
:param str cloud_kms_key_version: The resource name for an existing Cloud KMS CryptoKeyVersion in the format
|
7657
|
+
'projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*'.
|
7658
|
+
"""
|
7313
7659
|
pulumi.set(__self__, "algorithm", algorithm)
|
7314
7660
|
pulumi.set(__self__, "cloud_kms_key_version", cloud_kms_key_version)
|
7315
7661
|
|
7316
7662
|
@property
|
7317
7663
|
@pulumi.getter
|
7318
7664
|
def algorithm(self) -> str:
|
7665
|
+
"""
|
7666
|
+
The algorithm to use for creating a managed Cloud KMS key for a for a simplified
|
7667
|
+
experience. All managed keys will be have their ProtectionLevel as HSM. Possible values: ["SIGN_HASH_ALGORITHM_UNSPECIFIED", "RSA_PSS_2048_SHA256", "RSA_PSS_3072_SHA256", "RSA_PSS_4096_SHA256", "RSA_PKCS1_2048_SHA256", "RSA_PKCS1_3072_SHA256", "RSA_PKCS1_4096_SHA256", "EC_P256_SHA256", "EC_P384_SHA384"]
|
7668
|
+
"""
|
7319
7669
|
return pulumi.get(self, "algorithm")
|
7320
7670
|
|
7321
7671
|
@property
|
7322
7672
|
@pulumi.getter(name="cloudKmsKeyVersion")
|
7323
7673
|
def cloud_kms_key_version(self) -> str:
|
7674
|
+
"""
|
7675
|
+
The resource name for an existing Cloud KMS CryptoKeyVersion in the format
|
7676
|
+
'projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*'.
|
7677
|
+
"""
|
7324
7678
|
return pulumi.get(self, "cloud_kms_key_version")
|
7325
7679
|
|
7326
7680
|
|
@@ -7329,17 +7683,35 @@ class GetAuthoritySubordinateConfigResult(dict):
|
|
7329
7683
|
def __init__(__self__, *,
|
7330
7684
|
certificate_authority: str,
|
7331
7685
|
pem_issuer_chains: Sequence['outputs.GetAuthoritySubordinateConfigPemIssuerChainResult']):
|
7686
|
+
"""
|
7687
|
+
:param str certificate_authority: This can refer to a CertificateAuthority that was used to create a
|
7688
|
+
subordinate CertificateAuthority. This field is used for information
|
7689
|
+
and usability purposes only. The resource name is in the format
|
7690
|
+
'projects/*/locations/*/caPools/*/certificateAuthorities/*'.
|
7691
|
+
:param Sequence['GetAuthoritySubordinateConfigPemIssuerChainArgs'] pem_issuer_chains: Contains the PEM certificate chain for the issuers of this CertificateAuthority,
|
7692
|
+
but not pem certificate for this CA itself.
|
7693
|
+
"""
|
7332
7694
|
pulumi.set(__self__, "certificate_authority", certificate_authority)
|
7333
7695
|
pulumi.set(__self__, "pem_issuer_chains", pem_issuer_chains)
|
7334
7696
|
|
7335
7697
|
@property
|
7336
7698
|
@pulumi.getter(name="certificateAuthority")
|
7337
7699
|
def certificate_authority(self) -> str:
|
7700
|
+
"""
|
7701
|
+
This can refer to a CertificateAuthority that was used to create a
|
7702
|
+
subordinate CertificateAuthority. This field is used for information
|
7703
|
+
and usability purposes only. The resource name is in the format
|
7704
|
+
'projects/*/locations/*/caPools/*/certificateAuthorities/*'.
|
7705
|
+
"""
|
7338
7706
|
return pulumi.get(self, "certificate_authority")
|
7339
7707
|
|
7340
7708
|
@property
|
7341
7709
|
@pulumi.getter(name="pemIssuerChains")
|
7342
7710
|
def pem_issuer_chains(self) -> Sequence['outputs.GetAuthoritySubordinateConfigPemIssuerChainResult']:
|
7711
|
+
"""
|
7712
|
+
Contains the PEM certificate chain for the issuers of this CertificateAuthority,
|
7713
|
+
but not pem certificate for this CA itself.
|
7714
|
+
"""
|
7343
7715
|
return pulumi.get(self, "pem_issuer_chains")
|
7344
7716
|
|
7345
7717
|
|
@@ -7347,11 +7719,17 @@ class GetAuthoritySubordinateConfigResult(dict):
|
|
7347
7719
|
class GetAuthoritySubordinateConfigPemIssuerChainResult(dict):
|
7348
7720
|
def __init__(__self__, *,
|
7349
7721
|
pem_certificates: Sequence[str]):
|
7722
|
+
"""
|
7723
|
+
:param Sequence[str] pem_certificates: Expected to be in leaf-to-root order according to RFC 5246.
|
7724
|
+
"""
|
7350
7725
|
pulumi.set(__self__, "pem_certificates", pem_certificates)
|
7351
7726
|
|
7352
7727
|
@property
|
7353
7728
|
@pulumi.getter(name="pemCertificates")
|
7354
7729
|
def pem_certificates(self) -> Sequence[str]:
|
7730
|
+
"""
|
7731
|
+
Expected to be in leaf-to-root order according to RFC 5246.
|
7732
|
+
"""
|
7355
7733
|
return pulumi.get(self, "pem_certificates")
|
7356
7734
|
|
7357
7735
|
|