PublicInternetAuthorizationRuleArgs

data class PublicInternetAuthorizationRuleArgs(val rights: Output<List<Either<String, AccessRights>>>) : ConvertibleToJava<PublicInternetAuthorizationRuleArgs>

A default (public Internet) network authorization rule, which contains rights if no other network rule matches.

Constructors

Link copied to clipboard
constructor(rights: Output<List<Either<String, AccessRights>>>)

Properties

Link copied to clipboard
val rights: Output<List<Either<String, AccessRights>>>

List of access rights.

Functions

Link copied to clipboard
open override fun toJava(): PublicInternetAuthorizationRuleArgs