GetNspAccessRuleResult

data class GetNspAccessRuleResult(val addressPrefixes: List<String>? = null, val direction: String? = null, val emailAddresses: List<String>? = null, val fullyQualifiedDomainNames: List<String>? = null, val id: String, val location: String? = null, val name: String, val networkSecurityPerimeters: List<PerimeterBasedAccessRuleResponse>? = null, val phoneNumbers: List<String>? = null, val provisioningState: String, val subscriptions: List<SubscriptionIdResponse>? = null, val tags: Map<String, String>? = null, val type: String)

The NSP access rule resource

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>? = null, direction: String? = null, emailAddresses: List<String>? = null, fullyQualifiedDomainNames: List<String>? = null, id: String, location: String? = null, name: String, networkSecurityPerimeters: List<PerimeterBasedAccessRuleResponse>? = null, phoneNumbers: List<String>? = null, provisioningState: String, subscriptions: List<SubscriptionIdResponse>? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Inbound address prefixes (IPv4/IPv6)

Link copied to clipboard
val direction: String? = null

Direction that specifies whether the access rules is inbound/outbound.

Link copied to clipboard
val emailAddresses: List<String>? = null

Outbound rules email address format.

Link copied to clipboard

Outbound rules fully qualified domain name format.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Inbound rule specified by the perimeter id.

Link copied to clipboard
val phoneNumbers: List<String>? = null

Outbound rules phone number format.

Link copied to clipboard

The provisioning state of the scope assignment resource.

Link copied to clipboard

List of subscription ids

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.