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

Functions

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

Properties

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

List of access rights.