Class SecureConnectDestinationList
SecureConnectDestinationList
[DataContract]
public class SecureConnectDestinationList
- Inheritance
-
SecureConnectDestinationList
- Inherited Members
Constructors
SecureConnectDestinationList()
public SecureConnectDestinationList()
Properties
Access
The type of access for the destination list. enum = ["allow", "block"]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "access")]
public SecureConnectDestinationListAccess Access { get; set; }
Property Value
BundleTypeId
The type of the destination list in the policy. Set 1 for DNS, 2 for web, and 4 for SAML Bypass. If the field is not specified, the default value is 1. default = 1, enum = [1, 2, 4]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bundleTypeId")]
public SecureConnectDestinationListBundleType BundleTypeId { get; set; }
Property Value
CreatedAt
The date and time when the destination list was created.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }
Property Value
Id
The unique ID of the destination list.
[ApiKey]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
IsGlobal
Specifies whether the destination list is a global destination list. There is only one default allow destination list and one default block destination list for an organization.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isGlobal")]
public bool IsGlobal { get; set; }
Property Value
IsMspDefault
Specifies whether MSP is the default.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isMspDefault")]
public bool IsMspDefault { get; set; }
Property Value
MarkedForDeletion
Specifies whether the destination list is marked for deletion.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "markedForDeletion")]
public bool MarkedForDeletion { get; set; }
Property Value
Meta
The total number of each type of destination in the destination list. The fields in the meta object are optional.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "meta")]
public SecureConnectDestinationListMeta Meta { get; set; }
Property Value
ModifiedAt
The date and time when the destination list was modified.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "modifiedAt")]
public DateTime ModifiedAt { get; set; }
Property Value
Name
The name of the destination list.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
OrganizationId
The organization ID.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }
Property Value
ThirdpartyCategoryId
The third-party category ID of the destination list.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "thirdpartyCategoryId")]
public int ThirdpartyCategoryId { get; set; }