Class OrganizationInsightWebAppSignature
If custom host or port is specified, this field populates
[DataContract]
public class OrganizationInsightWebAppSignature
- Inheritance
-
OrganizationInsightWebAppSignature
- Inherited Members
Constructors
OrganizationInsightWebAppSignature()
public OrganizationInsightWebAppSignature()
Properties
Host
Custom host name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "host")]
public string Host { get; set; }
Property Value
Net
Custom subnet mask
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "net")]
public string Net { get; set; }
Property Value
Port
Custom port number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public string Port { get; set; }
Property Value
SignatureType
Signature type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "signatureType")]
public string SignatureType { get; set; }