|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | set_services () |
| public method | set_schemes () |
| public method | get_services () |
| public method | new () |
| public method | get_schemes () |
The Com::Vmware::Vapi::Metadata::Authentication::PackageInfo class contains authentication information of a package element.
For an explanation of authentication information contained within package elements, see class Com::Vmware::Vapi::Metadata::Authentication::Package .
| public method Com::Vmware::Vapi::Metadata::Authentication::PackageInfo::get_schemes | ( | ) |
Gets the value of 'schemes' property.
| schemes | - The current value of the field. 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. List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::PackageInfo::get_services | ( | ) |
Gets the value of 'services' property.
| services | - The current value of the field. 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 class Com::Vmware::Vapi::Metadata::Authentication::Service .
Map#
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::PackageInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Authentication::PackageInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::PackageInfo::set_schemes | ( | ) |
Sets the given value for 'schemes' property.
| schemes | - New value for the field. 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. |
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::PackageInfo::set_services | ( | ) |
Sets the given value for 'services' property.
| services | - New value for the field. 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 class Com::Vmware::Vapi::Metadata::Authentication::Service .
Code: