VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::tokenservice::StructDefinitions Class Reference

Defines the type descriptors for the top-level types in com.vmware.vcenter.tokenservice package. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.ErrorType > 
error
static global::System.Lazy
< vmware.vapi.bindings.type.ErrorType > 
invalidGrant
static global::System.Lazy
< vmware.vapi.bindings.type.ErrorType > 
invalidRequest
static global::System.Lazy
< vmware.vapi.bindings.type.ErrorType > 
invalidScope

Detailed Description

Defines the type descriptors for the top-level types in com.vmware.vcenter.tokenservice package.

WARNING: Internal class, subject to change in future versions.


Member Data Documentation

global::System.Lazy<vmware.vapi.bindings.type.ErrorType> vmware::vcenter::tokenservice::StructDefinitions::error [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.ErrorType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value))));
                fields.Add("data", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DynamicStructType()));
                return new vmware.vapi.bindings.type.ErrorType("com.vmware.vcenter.tokenservice.error", fields, typeof(vmware.vcenter.tokenservice.Error));
            })
global::System.Lazy<vmware.vapi.bindings.type.ErrorType> vmware::vcenter::tokenservice::StructDefinitions::invalidGrant [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.ErrorType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value))));
                fields.Add("data", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DynamicStructType()));
                return new vmware.vapi.bindings.type.ErrorType("com.vmware.vcenter.tokenservice.invalid_grant", fields, typeof(vmware.vcenter.tokenservice.InvalidGrant));
            })
global::System.Lazy<vmware.vapi.bindings.type.ErrorType> vmware::vcenter::tokenservice::StructDefinitions::invalidRequest [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.ErrorType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value))));
                fields.Add("data", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DynamicStructType()));
                return new vmware.vapi.bindings.type.ErrorType("com.vmware.vcenter.tokenservice.invalid_request", fields, typeof(vmware.vcenter.tokenservice.InvalidRequest));
            })
global::System.Lazy<vmware.vapi.bindings.type.ErrorType> vmware::vcenter::tokenservice::StructDefinitions::invalidScope [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.ErrorType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("messages", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vapi.std.StructDefinitions.localizableMessage.Value))));
                fields.Add("data", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DynamicStructType()));
                return new vmware.vapi.bindings.type.ErrorType("com.vmware.vcenter.tokenservice.invalid_scope", fields, typeof(vmware.vcenter.tokenservice.InvalidScope));
            })

The documentation for this class was generated from the following file: