Cache Access Policy Access Rule Args
data class CacheAccessPolicyAccessRuleArgs(val access: Output<String>, val anonymousGid: Output<Int>? = null, val anonymousUid: Output<Int>? = null, val filter: Output<String>? = null, val rootSquashEnabled: Output<Boolean>? = null, val scope: Output<String>, val submountAccessEnabled: Output<Boolean>? = null, val suidEnabled: Output<Boolean>? = null) : ConvertibleToJava<CacheAccessPolicyAccessRuleArgs>
Properties
Link copied to clipboard
The anonymous GID used when root_squash_enabled
is true
.
Link copied to clipboard
The anonymous UID used when root_squash_enabled
is true
.
Link copied to clipboard
The filter applied to the scope
for this rule. The filter's format depends on its scope: default
scope matches all clients and has no filter value; network
scope takes a CIDR format; host
takes an IP address or fully qualified domain name. If a client does not match any filter rule and there is no default rule, access is denied.
Link copied to clipboard
Whether to enable root squash?
Link copied to clipboard
Whether allow access to subdirectories under the root export?
Link copied to clipboard
Whether SUID is allowed?