Get Resolver Rules Plain Args
data class GetResolverRulesPlainArgs(val nameRegex: String? = null, val ownerId: String? = null, val resolverEndpointId: String? = null, val ruleType: String? = null, val shareStatus: String? = null) : ConvertibleToJava<GetResolverRulesPlainArgs>
A collection of arguments for invoking getResolverRules.
Constructors
Properties
Link copied to clipboard
ID of the outbound resolver endpoint for the desired resolver rules.
Link copied to clipboard
Whether the desired resolver rules are shared and, if so, whether the current account is sharing the rules with another account, or another account is sharing the rules with the current account. Valid values are NOT_SHARED
, SHARED_BY_ME
or SHARED_WITH_ME