interface EndpointDescriptionParams {
    allowUnsecurePassword?: boolean;
    alternateHostname?: string[];
    hostname: string;
    resourcePath?: string;
    restricted?: boolean;
    securityPolicies: SecurityPolicy[];
    userTokenTypes: UserTokenType[];
}

Properties

allowUnsecurePassword?: boolean
alternateHostname?: string[]
hostname: string
resourcePath?: string
restricted?: boolean
securityPolicies: SecurityPolicy[]
userTokenTypes: UserTokenType[]