RealmUserProfileAttributeArgs

constructor(annotations: Output<Map<String, String>>? = null, displayName: Output<String>? = null, enabledWhenScopes: Output<List<String>>? = null, group: Output<String>? = null, multiValued: Output<Boolean>? = null, name: Output<String>, permissions: Output<RealmUserProfileAttributePermissionsArgs>? = null, requiredForRoles: Output<List<String>>? = null, requiredForScopes: Output<List<String>>? = null, validators: Output<List<RealmUserProfileAttributeValidatorArgs>>? = null)