VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::authentication::PackageInfo Class Reference

The PackageInfo class contains authentication information of a package element. More...

List of all members.

Public Member Functions

 PackageInfo ()
 Creates a default new instance.
global::System.Collections.Generic.List
< vmware.vapi.metadata.authentication.AuthenticationInfo
GetSchemes ()
 List of authentication schemes to be used for all the operation elements contained in this package element.
void SetSchemes (global::System.Collections.Generic.List< vmware.vapi.metadata.authentication.AuthenticationInfo > schemes)
 List of authentication schemes to be used for all the operation elements contained in this package element.
global::System.Collections.Generic.Dictionary
< string,
vmware.vapi.metadata.authentication.ServiceInfo
GetServices ()
 Information about all service elements contained in this package element that contain authentication information.
void SetServices (global::System.Collections.Generic.Dictionary< string, vmware.vapi.metadata.authentication.ServiceInfo > services)
 Information about all service elements contained in this package element that contain authentication information.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The PackageInfo class contains authentication information of a package element.

For an explanation of authentication information contained within package elements, see Package .


Constructor & Destructor Documentation

vmware::vapi::metadata::authentication::PackageInfo::PackageInfo ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vapi::metadata::authentication::PackageInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vapi::metadata::authentication::PackageInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vapi::metadata::authentication::PackageInfo::_GetType ( ) [inline]
bool vmware::vapi::metadata::authentication::PackageInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vapi::metadata::authentication::PackageInfo::_Validate ( ) [inline]
override bool vmware::vapi::metadata::authentication::PackageInfo::Equals ( object  obj) [inline]
override int vmware::vapi::metadata::authentication::PackageInfo::GetHashCode ( ) [inline]
global::System.Collections.Generic.List<vmware.vapi.metadata.authentication.AuthenticationInfo> vmware::vapi::metadata::authentication::PackageInfo::GetSchemes ( ) [inline]

List of authentication schemes to be used for all the operation elements contained in this package element.

If a particular service or operation element has no explicit authentications defined in the authentication defintion file, these authentication schemes are used for authenticating the user.

global::System.Collections.Generic.Dictionary<string, vmware.vapi.metadata.authentication.ServiceInfo> vmware::vapi::metadata::authentication::PackageInfo::GetServices ( ) [inline]

Information about all service elements contained in this package element that contain authentication information.

The key in the map is the identifier of the service element and the value in the map is the authentication information for the service element.

For an explanation of authentication information containment within service elements, see Service . When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vapi.service . When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.vapi.service .

void vmware::vapi::metadata::authentication::PackageInfo::SetSchemes ( global::System.Collections.Generic.List< vmware.vapi.metadata.authentication.AuthenticationInfo schemes) [inline]

List of authentication schemes to be used for all the operation elements contained in this package element.

If a particular service or operation element has no explicit authentications defined in the authentication defintion file, these authentication schemes are used for authenticating the user.

void vmware::vapi::metadata::authentication::PackageInfo::SetServices ( global::System.Collections.Generic.Dictionary< string, vmware.vapi.metadata.authentication.ServiceInfo services) [inline]

Information about all service elements contained in this package element that contain authentication information.

The key in the map is the identifier of the service element and the value in the map is the authentication information for the service element.

For an explanation of authentication information containment within service elements, see Service . When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vapi.service . When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.vapi.service .

override string vmware::vapi::metadata::authentication::PackageInfo::ToString ( ) [inline]

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