Access Level Args
data class AccessLevelArgs(val accessPolicyId: Output<String>? = null, val basic: Output<BasicLevelArgs>? = null, val custom: Output<CustomLevelArgs>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<AccessLevelArgs>
Create an Access Level. The longrunning operation from this RPC will have a successful status once the Access Level has propagated to long-lasting storage. Access Levels containing errors will result in an error response for the first error encountered.
Constructors
Link copied to clipboard
fun AccessLevelArgs(accessPolicyId: Output<String>? = null, basic: Output<BasicLevelArgs>? = null, custom: Output<CustomLevelArgs>? = null, description: Output<String>? = null, name: Output<String>? = null, title: Output<String>? = null)