Data Object - RADIUSAuthenticatorServerSpec

Class
VMware.Hv.ServerData
Property of
RADIUSAuthenticatorInfo, RADIUSAuthenticatorSpec
See also
SecureString
Since
Horizon View 6.0

Data Object Description

Information about a RADIUS authentication server.

Data Object Properties

Properties

Name Type Description
hostnamexsd:string

The hostname of the RADIUS authentication server.
authenticationPortxsd:int

The authentication port of the RADIUS authentication server.
  • This property has a minimum value of 1.
  • This property has a maximum value of 65535.
accountingPortxsd:int

The accounting port of the RADIUS authentication server.
  • This property has a minimum value of 1.
  • This property has a maximum value of 65535.
authenticationTypexsd:string

The authentication type of the RADIUS authentication server.
  • This property will be one of:
    Value Description
    "PAP"Password authentication protocol
    "CHAP"Challenge-handshake authentication protocol
    "MSCHAP1"Microsoft challenge-handshake authentication protocol, version 1
    "MSCHAP2"Microsoft challenge-handshake authentication protocol, version 2
sharedSecretSecureString

The shared secret of the RADIUS authentication server.
serverTimeoutSecondsxsd:int

The server timeout (in seconds) of the RADIUS authentication server.
  • This property has a minimum value of 1.
maxAttemptsxsd:int

The maximum number of authentication attempts for the RADIUS authentication server.
  • This property has a minimum value of 1.
realmPrefixxsd:string

The realm prefix of the RADIUS authentication server.
  • This property need not be set.
realmSuffixxsd:string

The realm suffix of the RADIUS authentication server.
  • This property need not be set.