TypeProviderArgs

data class TypeProviderArgs(val collectionOverrides: Output<List<CollectionOverrideArgs>>? = null, val credential: Output<CredentialArgs>? = null, val customCertificateAuthorityRoots: Output<List<String>>? = null, val description: Output<String>? = null, val descriptorUrl: Output<String>? = null, val labels: Output<List<TypeProviderLabelEntryArgs>>? = null, val name: Output<String>? = null, val options: Output<OptionsArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<TypeProviderArgs>

Creates a type provider.

Constructors

Link copied to clipboard
fun TypeProviderArgs(collectionOverrides: Output<List<CollectionOverrideArgs>>? = null, credential: Output<CredentialArgs>? = null, customCertificateAuthorityRoots: Output<List<String>>? = null, description: Output<String>? = null, descriptorUrl: Output<String>? = null, labels: Output<List<TypeProviderLabelEntryArgs>>? = null, name: Output<String>? = null, options: Output<OptionsArgs>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TypeProviderArgs

Properties

Link copied to clipboard

Allows resource handling overrides for specific collections

Link copied to clipboard
val credential: Output<CredentialArgs>? = null

Credential used when interacting with this type.

Link copied to clipboard

List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.

Link copied to clipboard
val description: Output<String>? = null

An optional textual description of the resource; provided by the client when the resource is created.

Link copied to clipboard
val descriptorUrl: Output<String>? = null

Descriptor Url for the this type provider.

Link copied to clipboard
val labels: Output<List<TypeProviderLabelEntryArgs>>? = null

Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?

Link copied to clipboard
val name: Output<String>? = null

Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard
val options: Output<OptionsArgs>? = null

Options to apply when handling any resources in this service.

Link copied to clipboard
val project: Output<String>? = null