Data Object - SAMLAuthenticatorServerData

Class
VMware.Hv.ServerData
Property of
SAMLAuthenticatorInfo, SAMLAuthenticatorSpec
Since
Horizon View 6.0

Data Object Description

Server data for a SAML server.

Data Object Properties

Properties

Name Type Description
authenticatorTypexsd:string

The type of saml authenticator.

Since Horizon 7.0
  • This property has a default value of "DYNAMIC".
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "STATIC"Static SAML Authenticator, which contains SAML metadata
    "DYNAMIC"Dynamic SAML Authenticator fetches metadata dynamically using a provided URL
metadataURLxsd:string

The metadata URL that this SAML authenticator uses to fetch metadata. This must specify a protocol (scheme) of https. It must be unique among all other SAML authenticators.
  • This property need not be set.
  • This property is required if authenticatorType is set to "DYNAMIC".
administratorURLxsd:string

The administrator URL for this SAML authenticator. This must specify a protocol (scheme) of http or https.
  • This property need not be set.
staticMetadataxsd:string

Since Horizon 7.0
  • This property need not be set.
  • This property is required if authenticatorType is set to "STATIC".