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