Scope Args
data class ScopeArgs(val allMemberships: Output<Boolean>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val scopeId: Output<String>? = null) : ConvertibleToJava<ScopeArgs>
Creates a Scope. Auto-naming is currently not supported for this resource.