authorize Security Policy Rules
suspend fun authorizeSecurityPolicyRules(value: Output<List<EcdPolicyGroupAuthorizeSecurityPolicyRuleArgs>>)
suspend fun authorizeSecurityPolicyRules(value: List<EcdPolicyGroupAuthorizeSecurityPolicyRuleArgs>?)
Parameters
value
The policy rule. See authorize_security_policy_rules
below.
suspend fun authorizeSecurityPolicyRules(vararg values: Output<EcdPolicyGroupAuthorizeSecurityPolicyRuleArgs>)
suspend fun authorizeSecurityPolicyRules(values: List<Output<EcdPolicyGroupAuthorizeSecurityPolicyRuleArgs>>)
suspend fun authorizeSecurityPolicyRules(vararg values: EcdPolicyGroupAuthorizeSecurityPolicyRuleArgs)
Parameters
values
The policy rule. See authorize_security_policy_rules
below.
suspend fun authorizeSecurityPolicyRules(argument: List<suspend EcdPolicyGroupAuthorizeSecurityPolicyRuleArgsBuilder.() -> Unit>)
suspend fun authorizeSecurityPolicyRules(vararg argument: suspend EcdPolicyGroupAuthorizeSecurityPolicyRuleArgsBuilder.() -> Unit)
suspend fun authorizeSecurityPolicyRules(argument: suspend EcdPolicyGroupAuthorizeSecurityPolicyRuleArgsBuilder.() -> Unit)
Parameters
argument
The policy rule. See authorize_security_policy_rules
below.