Class SecureConnectPrivateApplicationUpdateRequest
Secure Connect Private Application Update Request
[DataContract]
public class SecureConnectPrivateApplicationUpdateRequest
- Inheritance
-
SecureConnectPrivateApplicationUpdateRequest
- Inherited Members
Constructors
SecureConnectPrivateApplicationUpdateRequest()
public SecureConnectPrivateApplicationUpdateRequest()
Properties
AppProtocol
Protocol for communication between proxy to private application. Applicable for Browser Based Access only.
[DataMember(Name = "appProtocol")]
public string? AppProtocol { get; set; }
Property Value
ApplicationGroupIds
List of application group ids attached to this Private Application
[DataMember(Name = "applicationGroupIds")]
public List<string> ApplicationGroupIds { get; set; }
Property Value
Description
Optional Text description for Application
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
Destinations
List of IP address destinations.
[DataMember(Name = "destinations")]
public List<SecureConnectPrivateApplicationDestination> Destinations { get; set; }
Property Value
ExternalFqdn
Cisco or Customer Managed URL for Application. Applicable for Browser Based Access only. This field is system generated based on the application name and organization ID and overrides user input in payload. This value must be unique across all applications for a given organization.
[DataMember(Name = "externalFQDN")]
public string? ExternalFqdn { get; set; }
Property Value
Name
Name of Application. This is required and should be unique across all applications for a given organization. Name cannot have any special characters other than spaces and hyphens.
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Sni
Optional SNI. Applicable for Browser Based Access only. SNI should be a valid domain.
[DataMember(Name = "sni")]
public string? Sni { get; set; }
Property Value
SslVerificationEnabled
Enable Upstream SSL verification for the internally hosted URL by the customer. Applicable for Browser Based Access only. Default is true.
[DataMember(Name = "sslVerificationEnabled")]
public bool? SslVerificationEnabled { get; set; }
Property Value
- bool?