|
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_schemes () |
| public method | set_operations () |
| public method | get_operations () |
| public method | new () |
| public method | get_schemes () |
The Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo class contains authentication information of a service element.
For an explanation of authentication information contained within service elements, see class Com::Vmware::Vapi::Metadata::Authentication::Service .
| public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::get_operations | ( | ) |
Gets the value of 'operations' property.
| operations | - The current value of the field. Information about all operation elements contained in this service element that contain authentication information. The key in the map is the identifier of the operation element and the value in the map is the authentication information for the operation element. |
For an explanation of containment of authentication information within operation elements, see class Com::Vmware::Vapi::Metadata::Authentication::Service::Operation .
Map#
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::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 service element. The authentication scheme specified on the package element corresponding to this service element is ignored. List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::set_operations | ( | ) |
Sets the given value for 'operations' property.
| operations | - New value for the field. Information about all operation elements contained in this service element that contain authentication information. The key in the map is the identifier of the operation element and the value in the map is the authentication information for the operation element. |
For an explanation of containment of authentication information within operation elements, see class Com::Vmware::Vapi::Metadata::Authentication::Service::Operation .
Code:
| public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::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 service element. The authentication scheme specified on the package element corresponding to this service element is ignored. |
Code: