GetTypeProviderResult

data class GetTypeProviderResult(val collectionOverrides: List<CollectionOverrideResponse>, val credential: CredentialResponse, val customCertificateAuthorityRoots: List<String>, val description: String, val descriptorUrl: String, val insertTime: String, val labels: List<TypeProviderLabelEntryResponse>, val name: String, val operation: OperationResponse, val options: OptionsResponse, val selfLink: String)

Constructors

Link copied to clipboard
fun GetTypeProviderResult(collectionOverrides: List<CollectionOverrideResponse>, credential: CredentialResponse, customCertificateAuthorityRoots: List<String>, description: String, descriptorUrl: String, insertTime: String, labels: List<TypeProviderLabelEntryResponse>, name: String, operation: OperationResponse, options: OptionsResponse, selfLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allows resource handling overrides for specific collections

Link copied to clipboard

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

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

Link copied to clipboard

Descriptor Url for the this type provider.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

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

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

The Operation that most recently ran, or is currently running, on this type provider.

Link copied to clipboard

Options to apply when handling any resources in this service.

Link copied to clipboard

Self link for the type provider.