Class TypeProvider
A type provider that describes a service-backed Type.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TypeProvider : IDirectResponseSchema
Properties
CollectionOverrides
Allows resource handling overrides for specific collections
Declaration
[JsonProperty("collectionOverrides")]
public virtual IList<CollectionOverride> CollectionOverrides { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CollectionOverride> |
Credential
Credential used when interacting with this type.
Declaration
[JsonProperty("credential")]
public virtual Credential Credential { get; set; }
Property Value
| Type | Description |
|---|---|
| Credential |
CustomCertificateAuthorityRoots
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.
Declaration
[JsonProperty("customCertificateAuthorityRoots")]
public virtual IList<string> CustomCertificateAuthorityRoots { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Description
An optional textual description of the resource; provided by the client when the resource is created.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescriptorUrl
Descriptor Url for the this type provider.
Declaration
[JsonProperty("descriptorUrl")]
public virtual string DescriptorUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. Unique identifier for the resource defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
InsertTime
Output only. Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("insertTime")]
public virtual string InsertTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
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])?)?
Declaration
[JsonProperty("labels")]
public virtual IList<TypeProviderLabelEntry> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TypeProviderLabelEntry> |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Operation
Output only. The Operation that most recently ran, or is currently running, on this type provider.
Declaration
[JsonProperty("operation")]
public virtual Operation Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| Operation |
Options
Options to apply when handling any resources in this service.
Declaration
[JsonProperty("options")]
public virtual Options Options { get; set; }
Property Value
| Type | Description |
|---|---|
| Options |
SelfLink
Output only. Self link for the type provider.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |