 15f7be9a52
			
		
	
	15f7be9a52
	
	
	
		
			
			This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _str: https://docs.python.org/2/library/stdtypes.html
 | |
| 
 | |
| .. _vSphere API 5.0: ../../../vim/version.rst#vimversionversion7
 | |
| 
 | |
| .. _AcquireCredentialsInGuest: ../../../vim/vm/guest/AuthManager.rst#acquireCredentials
 | |
| 
 | |
| .. _ReleaseCredentialsInGuest: ../../../vim/vm/guest/AuthManager.rst#releaseCredentials
 | |
| 
 | |
| .. _vim.vm.guest.GuestAuthentication: ../../../vim/vm/guest/GuestAuthentication.rst
 | |
| 
 | |
| 
 | |
| vim.vm.guest.TicketedSessionAuthentication
 | |
| ==========================================
 | |
|   TicketedSessionAuthentication contains the information necessary to use previously obtained credentials in the guest. The ticketed session is not stateless and stores state inside of the guest.A TicketedSessionAuthentication object will be returned as the result of a successful call to `AcquireCredentialsInGuest`_ . You can use this object in any guest operations function call.When you no longer need the TicketedSessionAuthentication object, you should call `ReleaseCredentialsInGuest`_ to free associated resources and session data.
 | |
| :extends: vim.vm.guest.GuestAuthentication_
 | |
| :since: `vSphere API 5.0`_
 | |
| 
 | |
| Attributes:
 | |
|     ticket (`str`_):
 | |
| 
 | |
|        This contains a base64 encoded Ticket.
 |