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

Defines the type descriptors for the TokenExchange API service. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
exchangeSpec
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
info
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
exchangeInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
exchangeOutput
static
vmware.vapi.inner.bindings.OperationDef 
exchangeDef
static readonly
global::System.Collections.Generic.List
< vmware.vapi.inner.bindings.OperationDef > 
__operationDefs

Detailed Description

Defines the type descriptors for the TokenExchange API service.


Member Data Documentation

readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::vcenter::tokenservice::TokenExchangeDefinitions::__operationDefs [static]
vmware.vapi.inner.bindings.OperationDef vmware::vcenter::tokenservice::TokenExchangeDefinitions::exchangeDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::tokenservice::TokenExchangeDefinitions::exchangeInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                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("spec", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.tokenservice.TokenExchangeDefinitions.exchangeSpec.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::vcenter::tokenservice::TokenExchangeDefinitions::exchangeOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.vcenter.tokenservice.TokenExchangeDefinitions.info.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::tokenservice::TokenExchangeDefinitions::exchangeSpec [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                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("grant_type", new vmware.vapi.bindings.type.StringType());
                fields.Add("resource", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("audience", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("scope", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("requested_token_type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("subject_token", new vmware.vapi.bindings.type.StringType());
                fields.Add("subject_token_type", new vmware.vapi.bindings.type.StringType());
                fields.Add("actor_token", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("actor_token_type", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.tokenservice.token_exchange.exchange_spec", fields, typeof(vmware.vcenter.tokenservice.TokenExchangeTypes.ExchangeSpec), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::vcenter::tokenservice::TokenExchangeDefinitions::info [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                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("access_token", new vmware.vapi.bindings.type.StringType());
                fields.Add("issued_token_type", new vmware.vapi.bindings.type.StringType());
                fields.Add("token_type", new vmware.vapi.bindings.type.StringType());
                fields.Add("expires_in", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("scope", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("refresh_token", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.vcenter.tokenservice.token_exchange.info", fields, typeof(vmware.vcenter.tokenservice.TokenExchangeTypes.Info), validators, false, null);
            })

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