From 36b2cf1bbb97e6408df220c5b235efb44fd135c0 Mon Sep 17 00:00:00 2001 From: misterpantz Date: Mon, 22 Jul 2024 15:52:39 -0700 Subject: [PATCH 1/2] makes all boolean help consistent --- providers/ansible/resources/ansible.lr | 4 +- providers/arista/resources/arista.lr | 6 +- providers/aws/resources/aws.lr | 56 +++++++++---------- providers/azure/resources/azure.lr | 8 +-- providers/gcp/resources/gcp.lr | 24 ++++---- providers/github/resources/github.lr | 2 +- providers/gitlab/resources/gitlab.lr | 6 +- .../resources/google-workspace.lr | 30 +++++----- providers/k8s/resources/k8s.lr | 2 +- providers/ms365/resources/ms365.lr | 6 +- providers/network/resources/network.lr | 8 +-- providers/okta/resources/okta.lr | 2 +- providers/opcua/resources/opcua.lr | 2 +- providers/os/resources/os.lr | 2 +- providers/shodan/resources/shodan.lr | 6 +- providers/slack/resources/slack.lr | 4 +- providers/snowflake/resources/snowflake.lr | 6 +- 17 files changed, 87 insertions(+), 87 deletions(-) diff --git a/providers/ansible/resources/ansible.lr b/providers/ansible/resources/ansible.lr index 321404954a..3cbbee58fc 100644 --- a/providers/ansible/resources/ansible.lr +++ b/providers/ansible/resources/ansible.lr @@ -29,9 +29,9 @@ ansible.play @defaults("name") { strategy string // Maximum number of hosts to fail before quitting maxFailPercentage int - // Flag to ignore unreachable hosts + // Whether to ignore unreachable hosts ignoreUnreachable bool - // Flag to finish fatal on any error + // Whether to finish fatal on any error anyErrorsFatal bool // Playbook variables vars map[string]dict diff --git a/providers/arista/resources/arista.lr b/providers/arista/resources/arista.lr index 3c561ed3ed..6c56e4eb06 100644 --- a/providers/arista/resources/arista.lr +++ b/providers/arista/resources/arista.lr @@ -64,7 +64,7 @@ arista.eos.user @defaults("name privilege") { private arista.eos.role @defaults("name default"){ // Name of role name string - // Flag for default role + // Whether this is the default role default bool // List of rules that restricts access to specified commands rules []dict @@ -72,7 +72,7 @@ private arista.eos.role @defaults("name default"){ // Arista EOS SNMP information resource arista.eos.snmpSetting { - // SNMP logging status + // Whether SNMP logging is enabled enabled bool // SNMP trap generation information notifications() []dict @@ -177,7 +177,7 @@ arista.eos.spt.mstInterface @defaults("name") { inconsistentFeatures dict // Port Number portNumber int - // Flag if it is an edge port + // Whether the interface is an edge port isEdgePort bool // Details about Designated root, Designated bridge and Designated port detail dict diff --git a/providers/aws/resources/aws.lr b/providers/aws/resources/aws.lr index 8967606b34..0cc7064b07 100644 --- a/providers/aws/resources/aws.lr +++ b/providers/aws/resources/aws.lr @@ -673,7 +673,7 @@ private aws.efs.filesystem @defaults("name id region") { id string // ARN of the file system arn string - // Whether or not the file system is encrypted + // Whether the file system is encrypted encrypted bool // KMS key used for encryption of the file system kmsKey() aws.kms.key @@ -703,7 +703,7 @@ private aws.kms.key @defaults("id region metadata.Description") { arn string // Region the key lives in region string - // Bool that specifies whether key rotation is enabled + // Whether key rotation is enabled keyRotationEnabled() bool // Metadata for the key metadata() dict @@ -743,7 +743,7 @@ private aws.iam.usercredentialreportentry @defaults("arn") { // ARN for the credential report arn() string - // Denotes if the access key is active + // Whether the access key is active accessKey1Active() bool // Time when key was last rotated accessKey1LastRotated() time @@ -754,7 +754,7 @@ private aws.iam.usercredentialreportentry @defaults("arn") { // Service that last used the key accessKey1LastUsedService() string - // Denotes if the access key is active + // Whether the access key is active accessKey2Active() bool // Time when key was last rotated accessKey2LastRotated() time @@ -765,17 +765,17 @@ private aws.iam.usercredentialreportentry @defaults("arn") { // Service that last used the key accessKey2LastUsedService() string - // Denotes if the cert is active + // Whether the cert is active cert1Active() bool // Time when the cert was last rotated cert1LastRotated() time - // Denotes if the cert is active + // Whether the cert is active cert2Active() bool // Time when the cert was last rotated cert2LastRotated() time - // Denotes if mfa is active in the account + // Whether MFA is active in the account mfaActive() bool // Whether passwords are enabled passwordEnabled() bool @@ -836,7 +836,7 @@ private aws.iam.policy @defaults("arn name") { name() string // Description of the policy description() string - // Denotes if the policy can be attached + // Whether the policy can be attached isAttachable() bool // The number of principal entities (users, groups, and roles) that the policy is attached to attachmentCount() int @@ -865,7 +865,7 @@ private aws.iam.policyversion @defaults("arn isDefaultVersion") { arn string // Version ID versionId string - // Denotes if this version is the policy default version + // Whether this version is the policy default version isDefaultVersion bool // JSON statements for this policy version document() dict @@ -1001,7 +1001,7 @@ private aws.es.domain @defaults("arn name") { arn string // Whether encryption at rest is enabled encryptionAtRestEnabled bool - // Denoted whether node to node encryption is enabled + // Whether node-to-node encryption is enabled nodeToNodeEncryptionEnabled bool // Name of the Elasticsearch domain name string @@ -1097,7 +1097,7 @@ private aws.autoscaling.group @defaults("name region minSize maxSize") { desiredCapacity int // List of availability zones associated with the group availabilityZones []string - // Indicates whether Capacity Rebalancing is enabled + // Whether Capacity Rebalancing is enabled capacityRebalance bool // The duration of the default instance warmup, in seconds defaultInstanceWarmup int @@ -1127,7 +1127,7 @@ private aws.elb.targetgroup @defaults("name port ec2Targets lambdaTargets") { protocolVersion string // IP address type for the load balancer target group (IPv4, IPv6) ipAddressType string - // True if health check is enabled for the load balancer target group + // Whether health check is enabled for the load balancer target group healthCheckEnabled bool // Health check interval for the load balancer target group healthCheckIntervalSeconds int @@ -1312,7 +1312,7 @@ private aws.ecs.cluster @defaults("name region status runningTasksCount pendingT // AWS ECS container instance private aws.ecs.instance { - // True if agent is connected to ECS + // Whether the agent is connected to ECS agentConnected bool // ID for the container instance id string @@ -1549,9 +1549,9 @@ private aws.cloudfront.distribution @defaults("domainName status") { cacheBehaviors []dict // HTTP version of the distribution httpVersion string - // Is the distribution IPV6 enabled + // Whether the distribution is IPV6 enabled isIPV6Enabled bool - // Is the distribution enabled + // Whether the distribution is enabled enabled bool // The price class of the distribution priceClass string @@ -1611,7 +1611,7 @@ private aws.cloudtrail.trail @defaults("name region") { kmsKey() aws.kms.key // Whether the trail exists in multiple regions (false if single region) isMultiRegionTrail bool - // Whether trail is an organization trail (logs events for management and member accounts of the organization) + // Whether the trail is an organization trail (logs events for management and member accounts of the organization) isOrganizationTrail bool // Whether log file validation is enabled logFileValidationEnabled bool @@ -1775,7 +1775,7 @@ private aws.backup.vault @defaults("name region") { region string // Date the backup vault was created createdAt time - // Is the backup locked + // Whether the backup is locked locked bool // The ARN of the encryption key encryptionKeyArn string @@ -1891,7 +1891,7 @@ private aws.dynamodb.table @defaults("name region") { tags() map[string]string // The creation time of the table createdTime time - // Is deletion protection enabled + // Whether deletion protection is enabled deletionProtectionEnabled bool // The global table version globalTableVersion string @@ -1957,9 +1957,9 @@ private aws.rds.backupsetting { target string // Retention period for the backup setting retentionPeriod int - // Dedicated log volume for the backup setting + // Whether dedicated log volume is enabled for the backup setting dedicatedLogVolume bool - // True if backups have encryption turned on + // Whether backups have encryption turned on encrypted bool // KMS key associated with the backup setting kmsKey() aws.kms.key @@ -2285,7 +2285,7 @@ private aws.ecr.repository @defaults("uri region") { images() []aws.ecr.image // Region where the image is stored region string - // Repository option to scan on image push + // Whether the repository option to scan on image push is enabled imageScanOnPush bool } @@ -2347,7 +2347,7 @@ private aws.apigateway.stage @defaults("arn") { arn string // Name for the stage name string - // Bool that denotes if tracing is enabled for the stage + // Whether tracing is enabled for the stage tracingEnabled bool // Description for the stage description string @@ -2522,7 +2522,7 @@ private aws.vpc.natgateway.address { // Amazon VPC Service Endpoint private aws.vpc.serviceEndpoint { - // True if acceptance required + // Whether acceptance is required acceptanceRequired bool // List of availability zones for the service endpoint availabilityZones []string @@ -2719,7 +2719,7 @@ private aws.ec2.volume @defaults("id region volumeType size encrypted state") { createTime time // Region where the EC2 volume is stored region string - // Whether Amazon EBS Multi-Attach is enabled. + // Whether Amazon EBS Multi-Attach is enabled multiAttachEnabled bool // The throughput that the volume supports, in MiB/s. throughput int @@ -2883,9 +2883,9 @@ private aws.ec2.networkinterface @defaults("id privateIpAddress macAddress") { vpc() aws.vpc // The status of the network interface. If the network interface is not attached to an instance, the status is available; if a network interface is attached to an instance the status is in-use status string - // Indicates whether the network interface performs source/destination checking. A value of true means checking is enabled, and false means checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC. + // Whether the network interface performs source/destination checking (A value of true means checking is enabled, and false means checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC.) sourceDestCheck bool - // Indicates whether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on) + // Whether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on) requesterManaged bool // Tags set on the interface tags map[string]string @@ -2893,7 +2893,7 @@ private aws.ec2.networkinterface @defaults("id privateIpAddress macAddress") { availabilityZone string // Security groups associated with the network interface securityGroups() []aws.ec2.securitygroup - // Indicates whether this is an IPv6 only network interface + // Whether this is an IPv6 only network interface ipv6Native bool // The MAC address of the network interface macAddress string @@ -2943,7 +2943,7 @@ private aws.ec2.image @defaults("ownerAlias id name") { // Amazon EC2 instance block device private aws.ec2.instance.device @defaults("deviceName volumeId status") { - // Boolean to denote whether volume should be deleted on instance termination + // Whether the volume should be deleted on instance termination deleteOnTermination bool // Status of the device status string diff --git a/providers/azure/resources/azure.lr b/providers/azure/resources/azure.lr index c6098c7c4c..7b8b47eebb 100644 --- a/providers/azure/resources/azure.lr +++ b/providers/azure/resources/azure.lr @@ -135,7 +135,7 @@ azure.subscription.computeService.vm @defaults("name location properties.hardwar zones []string // VM state state() string - // Indicates if the VM is running + // Whether the VM is running isRunning() bool // VM tags tags map[string]string @@ -525,9 +525,9 @@ azure.subscription.networkService.virtualNetwork @defaults("id name location") { subnets []azure.subscription.networkService.subnet // Virtual Network DHCP options dhcpOptions azure.subscription.networkService.virtualNetwork.dhcpOptions - // Indicates if DDoS protection is enabled for all the protected resources in the virtual network. + // Whether DDoS protection is enabled for all the protected resources in the virtual network enableDdosProtection bool - // Indicates if VM protection is enabled for all the subnets in the virtual network + // Whether VM protection is enabled for all the subnets in the virtual network enableVmProtection bool } @@ -805,7 +805,7 @@ private azure.subscription.networkService.watcher.flowlog @defaults("name locati etag string // Network watcher flow log provisioning state provisioningState string - // whether the network watcher flow log is enabled + // Whether the network watcher flow log is enabled enabled bool // Network watcher flow log storage account identifier storageAccountId string diff --git a/providers/gcp/resources/gcp.lr b/providers/gcp/resources/gcp.lr index fdd93bbfe3..ec190cb22b 100644 --- a/providers/gcp/resources/gcp.lr +++ b/providers/gcp/resources/gcp.lr @@ -524,15 +524,15 @@ private gcp.project.computeService.attachedDisk { projectId string // Architecture of the attached disk architecture string - // Indicates if disk will be auto-deleted + // Whether the disk will be auto-deleted autoDelete bool - // Indicates that this is a boot disk + // Whether this is a boot disk boot bool // Unique device name deviceName string // Size of the disk in GB diskSizeGb int - // Indicates whether to force attach the regional disk + // Whether to force attach the regional disk forceAttach bool // Features to enable on the guest operating guestOsFeatures []string @@ -560,7 +560,7 @@ private gcp.project.computeService.snapshot @defaults("name") { description string // Architecture of the snapshot architecture string - // Indicates if snapshot was automatically created + // Whether the snapshot was automatically created autoCreated bool // Snapshot chain chainName string @@ -660,7 +660,7 @@ private gcp.project.computeService.network @defaults("name") { description string // If not set, indicates a legacy network autoCreateSubnetworks bool - // Indicates if ULA internal IPv6 is enabled on this network + // Whether ULA internal IPv6 is enabled on this network enableUlaInternalIpv6 bool // Gateway address for default routing gatewayIPv4 string @@ -1076,7 +1076,7 @@ private gcp.project.sqlService.instance.settings { settingsVersion int // SQL-server-specific audit configuration sqlServerAuditConfig dict - // Configuration to increase storage size automatically + // Whether to increase storage size automatically storageAutoResize bool // Maximum size to which storage capacity can be automatically increased storageAutoResizeLimit int @@ -1136,7 +1136,7 @@ private gcp.project.sqlService.instance.settings.ipConfiguration { requireSsl bool // Specifies how SSL/TLS is enforced in database connections. sslMode string - // Controls connectivity to private IP instances from Google services, such as BigQuery. + // Whether the service uses an internal direct path instead of the private IP address inside of the Virtual Private Cloud (Controls connectivity to private IP instances from Google services, such as BigQuery) enablePrivatePathForGoogleCloudServices bool } @@ -1246,9 +1246,9 @@ private gcp.project.bigqueryService.table @defaults("id") { description string // User-provided labels labels map[string]string - // Indicates if Legacy SQL is used for the view query + // Whether the view query uses Legacy SQL useLegacySQL bool - // Indicates if queries that reference this table must specify a partition filter + // Whether queries that reference this table must specify a partition filter requirePartitionFilter bool // Creation timestamp created time @@ -1436,7 +1436,7 @@ private gcp.project.gkeService.cluster @defaults("name description zone status c nodePools []gcp.project.gkeService.cluster.nodepool // The list of Google Compute Engine zones in which the cluster's nodes should be located locations []string - // Enable Kubernetes alpha features + // Whether Kubernetes alpha features are enabled enableKubernetesAlpha bool // Whether Autopilot is enabled for the cluster autopilotEnabled bool @@ -1682,7 +1682,7 @@ private gcp.project.gkeService.cluster.nodepool.config @defaults("machineType di advancedMachineFeatures gcp.project.gkeService.cluster.nodepool.config.advancedMachineFeatures // gVNIC configuration gvnicConfig gcp.project.gkeService.cluster.nodepool.config.gvnicConfig - // Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag + // Whether Spot VM is enabled (a rebrand of the existing preemptible flag) spot bool // Confidential nodes configuration confidentialNodes gcp.project.gkeService.cluster.nodepool.config.confidentialNodes @@ -1937,7 +1937,7 @@ private gcp.project.kmsService.keyring.cryptokey @defaults("name purpose") { versionTemplate dict // User-defined labels labels map[string]string - // Whether this key may contain imported versions only + // Whether this key can contain imported versions only importOnly bool // Period of time that versions of this key spend in DESTROY_SCHEDULED state before being destroyed destroyScheduledDuration time diff --git a/providers/github/resources/github.lr b/providers/github/resources/github.lr index 806fd78af4..827d31523d 100644 --- a/providers/github/resources/github.lr +++ b/providers/github/resources/github.lr @@ -456,7 +456,7 @@ private github.branchprotection @defaults("id") { requiredPullRequestReviews dict // Require conversation resolution before merging requiredConversationResolution dict - // Require signed commits + // Whether signed commits are required requiredSignatures bool // Require linear history requireLinearHistory dict diff --git a/providers/gitlab/resources/gitlab.lr b/providers/gitlab/resources/gitlab.lr index 020655bfbb..c83a6b5a1f 100644 --- a/providers/gitlab/resources/gitlab.lr +++ b/providers/gitlab/resources/gitlab.lr @@ -109,13 +109,13 @@ gitlab.project.approvalSettings @defaults("approvalsBeforeMerge requirePasswordT approvalsBeforeMerge int // Whether all approvals are removed when new commits are pushed resetApprovalsOnPush bool - // Disable overriding approvers per merge request + // Whether users are prevented from overriding an approver per merge request disableOverridingApproversPerMergeRequest bool // Whether author of merge request can approve mergeRequestsAuthorApproval bool - // Disable committer's approval for merge request + // Whether users are prevented from overriding a committer's approval for merge request mergeRequestsDisableCommittersApproval bool - // Require password to approve + // Whether a password is required to approve requirePasswordToApprove bool } diff --git a/providers/google-workspace/resources/google-workspace.lr b/providers/google-workspace/resources/google-workspace.lr index 3866c7cabe..310dee5db8 100644 --- a/providers/google-workspace/resources/google-workspace.lr +++ b/providers/google-workspace/resources/google-workspace.lr @@ -64,9 +64,9 @@ private googleworkspace.orgUnit @defaults("name") { private googleworkspace.domain @defaults("domainName") { // The domain name of the customer domainName string - // Indicates if the domain is a primary domain + // Whether the domain is a primary domain isPrimary bool - // Indicates the verification state of a domain + // Whether the domain is verified verified bool // Creation time of the domain creationTime time @@ -88,25 +88,25 @@ private googleworkspace.user @defaults("primaryEmail") { recoveryEmail string // Recovery phone of the user recoveryPhone string - // User accepted the Terms of Service agreement + // Whether the user accepted the Terms of Service agreement agreedToTerms bool // A list of the user's alias email addresses aliases []string - // Indicates if user is suspended + // Whether the user is suspended suspended bool // The reason a user account is suspended suspensionReason string - // Indicates if user is archived + // Whether the user is archived archived bool - // Indicates a user with super administrator privileges + // Whether the user has super administrator privileges isAdmin bool - // Indicates if a user is a delegated administrator + // Whether the a user is a delegated administrator isDelegatedAdmin bool - // Is 2-step verification enforced + // Whether 2-step verification is enforced isEnforcedIn2Sv bool - // Is enrolled in 2-step verification + // Whether the user is enrolled in 2-step verification isEnrolledIn2Sv bool - // Indicates if the user's Google mailbox is created + // Whether the user's Google mailbox is created isMailboxSetup bool // User's last login time lastLoginTime time @@ -120,13 +120,13 @@ private googleworkspace.user @defaults("primaryEmail") { // Google Workspace token private googleworkspace.token @defaults("displayText") { - // Indicates if the application is registered with Google + // Whether the application is registered with Google anonymous bool // The Client ID of the application clientId string // The displayable name of the application token displayText string - // Indicates if the token is issued to an installed application + // Whether the token is issued to an installed application nativeApp bool // A list of granted authorization scopes the application scopes []string @@ -162,7 +162,7 @@ private googleworkspace.group @defaults("email") { aliases []string // The number of users that are direct members of the group directMembersCount int - // Indicates if this group was created by an administrator rather than a user + // Whether this group was created by an administrator rather than a user adminCreated bool // Retrieve members of the group members() []googleworkspace.member @@ -194,9 +194,9 @@ private googleworkspace.role @defaults("name") { name string // A short description of the role description string - // Indicates if this is a pre-defined system role + // Whether this is a pre-defined system role isSystemRole bool - // Indicates if the role is a super admin role + // Whether the role is a super admin role isSuperAdminRole bool // The set of privileges privileges []dict diff --git a/providers/k8s/resources/k8s.lr b/providers/k8s/resources/k8s.lr index b5b630f9a7..4410e0cdb5 100644 --- a/providers/k8s/resources/k8s.lr +++ b/providers/k8s/resources/k8s.lr @@ -64,7 +64,7 @@ private k8s.apiresource @defaults("name kind") { name string // Singular name of the resource singularName string - // Whether a resource is namespaced or not + // Whether a resource is namespaced namespaced bool // Preferred group of the resource group string diff --git a/providers/ms365/resources/ms365.lr b/providers/ms365/resources/ms365.lr index 93bc6c0266..246c5d69e9 100644 --- a/providers/ms365/resources/ms365.lr +++ b/providers/ms365/resources/ms365.lr @@ -46,7 +46,7 @@ private microsoft.organization @defaults("displayName") { private microsoft.user @defaults("id displayName mail") { // User ID id string - // User account status + // Whether the user account is enabled accountEnabled bool // User city city string @@ -96,9 +96,9 @@ private microsoft.group @defaults("id displayName") { id string // Group display name displayName string - // Group security enabled status + // Whether group security is enabled securityEnabled bool - // Group email enabled status + // Whether group email is enabled status mailEnabled bool // Group email nickname mailNickname string diff --git a/providers/network/resources/network.lr b/providers/network/resources/network.lr index e94e21e178..77ae569736 100644 --- a/providers/network/resources/network.lr +++ b/providers/network/resources/network.lr @@ -67,7 +67,7 @@ private http.header.sts @defaults("maxAge includeSubDomains preload") { // HTTP header for X-XSS-Protection, which is now outdated (replaced by CSP) // and may even cause security vulnerabilities private http.header.xssProtection @defaults("enabled mode report") { - // Enabled when the header value is set to 1; disabled if set to 0 + // Whether the header is enabled (Enabled when the header value is set to 1; disabled if set to 0) enabled bool // Mode for XSS filtering mode string @@ -175,7 +175,7 @@ certificate @defaults("serial subject.commonName subject.dn") { signature() string // Signature algorithm ID signingAlgorithm() string - // Flag if certificate authority + // Whether the certificate is from a certificate authority isCA() bool // Key usage keyUsage() []string @@ -234,7 +234,7 @@ pkix.extension @defaults("id") { id string // Extension identifier identifier string - // Flag for critical extension + // Whether the extension is critical critical bool // Extension value value string @@ -334,7 +334,7 @@ domainName @defaults("fqdn") { effectiveTLDPlusOne string // Top-level domain tld string - // Flag indicates if the TLD is ICANN managed + // Whether the TLD is ICANN managed tldIcannManaged bool // Domain labels labels []string diff --git a/providers/okta/resources/okta.lr b/providers/okta/resources/okta.lr index 0338e3d64f..b20479dc3a 100644 --- a/providers/okta/resources/okta.lr +++ b/providers/okta/resources/okta.lr @@ -60,7 +60,7 @@ okta.organization @defaults("companyName") { lastUpdated time // Expiration of organization expiresAt time - // Indicates whether the organization's users receive Okta communication email + // Whether the organization's users receive Okta communication email optOutCommunicationEmails() bool // Billing contact of organization billingContact() okta.user diff --git a/providers/opcua/resources/opcua.lr b/providers/opcua/resources/opcua.lr index 86a8a1d659..1d9e487442 100644 --- a/providers/opcua/resources/opcua.lr +++ b/providers/opcua/resources/opcua.lr @@ -48,7 +48,7 @@ private opcua.node @defaults("id name") { class string // Node description description string - // Indicates if value is writable + // Whether the value is writable writeable bool // Data type dataType string diff --git a/providers/os/resources/os.lr b/providers/os/resources/os.lr index a4c8e5bcbf..ec614be572 100644 --- a/providers/os/resources/os.lr +++ b/providers/os/resources/os.lr @@ -356,7 +356,7 @@ file @defaults("path size permissions.string") { dirname(path) string // Contents of this file content(path, exists) string - // Indicator if this file exists on the system + // Whether this file exists on the system exists(path) bool // Permissions for this file permissions(path) file.permissions diff --git a/providers/shodan/resources/shodan.lr b/providers/shodan/resources/shodan.lr index 93a55570a8..b77b6615de 100644 --- a/providers/shodan/resources/shodan.lr +++ b/providers/shodan/resources/shodan.lr @@ -59,7 +59,7 @@ private shodan.nsrecord @defaults("domain subdomain type") { // Shodan Search Engine account shodan.profile @defaults("displayName"){ - // Indicates if the account is a member + // Whether the account is a member member bool // Number of search credits credits int @@ -75,11 +75,11 @@ shodan.apiPlan @defaults("plan"){ scanCredits int // Name of the plan plan string - // Indicates if the plan is active + // Whether the plan is active unlocked bool // Number of scan credits left unlockedLeft int - // Indicated if Telnet is allowed + // Whether Telnet is allowed telnet bool // Number of monitored IPs monitoredIps int diff --git a/providers/slack/resources/slack.lr b/providers/slack/resources/slack.lr index 13fadd9ebc..cc36f64928 100644 --- a/providers/slack/resources/slack.lr +++ b/providers/slack/resources/slack.lr @@ -188,9 +188,9 @@ slack.conversation @defaults("id name") { topic dict // Information about the channel purpose purpose dict - // Indicates that the conversation is archived + // Whether the conversation is archived isArchived bool - // Indicates that the conversation is open + // Whether the conversation is open isOpen bool // Whether the conversation is privileged between two or more members isPrivate bool diff --git a/providers/snowflake/resources/snowflake.lr b/providers/snowflake/resources/snowflake.lr index b80bd26872..d973a88caf 100644 --- a/providers/snowflake/resources/snowflake.lr +++ b/providers/snowflake/resources/snowflake.lr @@ -271,9 +271,9 @@ snowflake.stage @defaults("name") { snowflake.database @defaults("name") { // Name of the database name string - // Indicates if the database is a default database + // Whether the database is a default database isDefault bool - // Indicates if the database is a current database + // Whether the database is a current database isCurrent bool // Database origin origin string @@ -317,7 +317,7 @@ snowflake.warehouse @defaults("name") { queued int // Whether the warehouse is a default warehouse isDefault bool - // Indicates if the warehouse is a current warehouse + // Whether the warehouse is a current warehouse isCurrent bool // Period of inactivity, in seconds, after which a running warehouse automatically suspends and stops using credits autoSuspend int From b3b5fb3de3c8a6fc453bbfa99e505c52bda495ad Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 22 Jul 2024 16:21:56 -0700 Subject: [PATCH 2/2] Update providers/snowflake/resources/snowflake.resources.json Signed-off-by: Tim Smith --- providers/snowflake/resources/snowflake.resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/snowflake/resources/snowflake.resources.json b/providers/snowflake/resources/snowflake.resources.json index e6905113df..7563fbe20e 100644 --- a/providers/snowflake/resources/snowflake.resources.json +++ b/providers/snowflake/resources/snowflake.resources.json @@ -1 +1 @@ -{"resources":{"snowflake":{"id":"snowflake","name":"snowflake","fields":{"account":{"name":"account","type":"\u001bsnowflake.account","title":"Snowflake Account","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"currentRole":{"name":"currentRole","type":"\u0007","title":"Current role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"database":{"name":"database","type":"\u001bsnowflake.database","title":"Snowflake Database","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"networkPolicy":{"name":"networkPolicy","type":"\u001bsnowflake.networkPolicy","title":"Snowflake Network Policy","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"parameter":{"name":"parameter","type":"\u001bsnowflake.parameter","title":"Snowflake Parameter","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordPolicy":{"name":"passwordPolicy","type":"\u001bsnowflake.passwordPolicy","title":"Snowflake Password Policy","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"procedure":{"name":"procedure","type":"\u001bsnowflake.procedure","title":"Snowflake Procedure","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"role":{"name":"role","type":"\u001bsnowflake.role","title":"Snowflake Role","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"securityIntegration":{"name":"securityIntegration","type":"\u001bsnowflake.securityIntegration","title":"Snowflake Security Integration","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"stage":{"name":"stage","type":"\u001bsnowflake.stage","title":"Snowflake Stage","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"user":{"name":"user","type":"\u001bsnowflake.user","title":"Snowflake User","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"view":{"name":"view","type":"\u001bsnowflake.view","title":"Snowflake View","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"warehouse":{"name":"warehouse","type":"\u001bsnowflake.warehouse","title":"Snowflake Warehouse","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"min_mondoo_version":"9.0.0","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.account":{"id":"snowflake.account","name":"snowflake.account","fields":{"accountId":{"name":"accountId","type":"\u0007","title":"Account ID","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databases":{"name":"databases","type":"\u0019\u001bsnowflake.database","title":"Databases in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"networkPolicies":{"name":"networkPolicies","type":"\u0019\u001bsnowflake.networkPolicy","title":"Network policies in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"parameters":{"name":"parameters","type":"\u0019\u001bsnowflake.parameter","title":"Parameters in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordPolicies":{"name":"passwordPolicies","type":"\u0019\u001bsnowflake.passwordPolicy","title":"Password policies in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"procedures":{"name":"procedures","type":"\u0019\u001bsnowflake.procedure","title":"Procedures in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"region":{"name":"region","type":"\u0007","title":"Account region","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"roles":{"name":"roles","type":"\u0019\u001bsnowflake.role","title":"Roles in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"securityIntegrations":{"name":"securityIntegrations","type":"\u0019\u001bsnowflake.securityIntegration","title":"Security integrations in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"stages":{"name":"stages","type":"\u0019\u001bsnowflake.stage","title":"Stages in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"url":{"name":"url","type":"\u0007","title":"Account URL","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"users":{"name":"users","type":"\u0019\u001bsnowflake.user","title":"Users in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"warehouses":{"name":"warehouses","type":"\u0019\u001bsnowflake.warehouse","title":"Warehouses in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Account","min_mondoo_version":"9.0.0","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.database":{"id":"snowflake.database","name":"snowflake.database","fields":{"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the database was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"droppedAt":{"name":"droppedAt","type":"\t","is_mandatory":true,"title":"When the database was dropped","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isCurrent":{"name":"isCurrent","type":"\u0004","is_mandatory":true,"title":"Indicates if the database is a current database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isDefault":{"name":"isDefault","type":"\u0004","is_mandatory":true,"title":"Indicates if the database is a default database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"options":{"name":"options","type":"\u0007","is_mandatory":true,"title":"Database options string","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"origin":{"name":"origin","type":"\u0007","is_mandatory":true,"title":"Database origin","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Database owner","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"resourceGroup":{"name":"resourceGroup","type":"\u0007","is_mandatory":true,"title":"Resource group of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"retentionTime":{"name":"retentionTime","type":"\u0005","is_mandatory":true,"title":"Retention time of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"transient":{"name":"transient","type":"\u0004","is_mandatory":true,"title":"Whether the database is transient","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Database","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.networkPolicy":{"id":"snowflake.networkPolicy","name":"snowflake.networkPolicy","fields":{"allowedIpList":{"name":"allowedIpList","type":"\u0019\u0007","title":"List of IP addresses that are allowed access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"allowedNetworkRules":{"name":"allowedNetworkRules","type":"\u0019\u0007","title":"List of network rules that contain the network identifiers that are allowed access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"blockedIpList":{"name":"blockedIpList","type":"\u0019\u0007","title":"List of IP addresses that are denied access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"blockedNetworkRules":{"name":"blockedNetworkRules","type":"\u0019\u0007","title":"List of network rules that contain the network identifiers that are denied access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the network policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the network policy was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInAllowedIpList":{"name":"entriesInAllowedIpList","type":"\u0005","is_mandatory":true,"title":"Number of entries in the allowed IP list","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInAllowedNetworkRules":{"name":"entriesInAllowedNetworkRules","type":"\u0005","is_mandatory":true,"title":"Number of entries in the allowed network rules","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInBlockedIpList":{"name":"entriesInBlockedIpList","type":"\u0005","is_mandatory":true,"title":"Number of entries in the blocked IP list","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInBlockedNetworkRules":{"name":"entriesInBlockedNetworkRules","type":"\u0005","is_mandatory":true,"title":"Number of entries in the blocked network rules","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the network policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Network Policy","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.parameter":{"id":"snowflake.parameter","name":"snowflake.parameter","fields":{"defaultValue":{"name":"defaultValue","type":"\u0007","is_mandatory":true,"title":"Default value of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"description":{"name":"description","type":"\u0007","is_mandatory":true,"title":"Description of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"key":{"name":"key","type":"\u0007","is_mandatory":true,"title":"Name of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"level":{"name":"level","type":"\u0007","is_mandatory":true,"title":"Level of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"value":{"name":"value","type":"\u0007","is_mandatory":true,"title":"Value of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Parameter","min_mondoo_version":"9.0.0","defaults":"key","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.passwordPolicy":{"id":"snowflake.passwordPolicy","name":"snowflake.passwordPolicy","fields":{"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the password policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the password policy was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databaseName":{"name":"databaseName","type":"\u0007","is_mandatory":true,"title":"Name of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"kind":{"name":"kind","type":"\u0007","is_mandatory":true,"title":"Name of the kind","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the password policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Name of the owner","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordHistory":{"name":"passwordHistory","type":"\u0005","title":"Number of recent passwords to retain","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordLockoutTimeMins":{"name":"passwordLockoutTimeMins","type":"\u0005","title":"How long (in minutes) to lock out the user account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMaxAgeDays":{"name":"passwordMaxAgeDays","type":"\u0005","title":"Maximum number of days before password must be changed","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMaxLength":{"name":"passwordMaxLength","type":"\u0005","title":"Maximum number of characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMaxRetries":{"name":"passwordMaxRetries","type":"\u0005","title":"Maximum number of attempts to enter a password before locking out the user account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinAgeDays":{"name":"passwordMinAgeDays","type":"\u0005","title":"Minimum number of days before password can be changed","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinLength":{"name":"passwordMinLength","type":"\u0005","title":"Minimum number of characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinLowerCaseChars":{"name":"passwordMinLowerCaseChars","type":"\u0005","title":"Minimum number of lowercase characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinNumericChars":{"name":"passwordMinNumericChars","type":"\u0005","title":"Minimum number of numeric characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinSpecialChars":{"name":"passwordMinSpecialChars","type":"\u0005","title":"Minimum number of special characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinUpperCaseChars":{"name":"passwordMinUpperCaseChars","type":"\u0005","title":"Minimum number of uppercase characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Name of the schema","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Password Policy","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.procedure":{"id":"snowflake.procedure","name":"snowflake.procedure","fields":{"arguments":{"name":"arguments","type":"\u0007","is_mandatory":true,"title":"Procedure arguments","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"catalogName":{"name":"catalogName","type":"\u0007","is_mandatory":true,"title":"Catalog name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"description":{"name":"description","type":"\u0007","is_mandatory":true,"title":"Procedure description","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isAggregate":{"name":"isAggregate","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is an aggregate function","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isAnsi":{"name":"isAnsi","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is an ANSI procedure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isBuiltin":{"name":"isBuiltin","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is built in","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isSecure":{"name":"isSecure","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is secure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isTableFunction":{"name":"isTableFunction","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is a table function","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"maxNumberOfArguments":{"name":"maxNumberOfArguments","type":"\u0005","is_mandatory":true,"title":"Maximum number of arguments","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"minNumberOfArguments":{"name":"minNumberOfArguments","type":"\u0005","is_mandatory":true,"title":"Minimum number of arguments","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the procedure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Schema name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"validForClustering":{"name":"validForClustering","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is for clustering","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Procedure","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.role":{"id":"snowflake.role","name":"snowflake.role","fields":{"assignedToUsers":{"name":"assignedToUsers","type":"\u0005","is_mandatory":true,"title":"Number of users assigned to the role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"grantedRoles":{"name":"grantedRoles","type":"\u0005","is_mandatory":true,"title":"Number of roles granted","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"grantedToRoles":{"name":"grantedToRoles","type":"\u0005","is_mandatory":true,"title":"Number of roles granted to","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isCurrent":{"name":"isCurrent","type":"\u0004","is_mandatory":true,"title":"Whether the role is a current role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isDefault":{"name":"isDefault","type":"\u0004","is_mandatory":true,"title":"Whether the role is the default role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isInherited":{"name":"isInherited","type":"\u0004","is_mandatory":true,"title":"Whether the role is a shared role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Role name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner of the role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Role","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.securityIntegration":{"id":"snowflake.securityIntegration","name":"snowflake.securityIntegration","fields":{"category":{"name":"category","type":"\u0007","is_mandatory":true,"title":"Category of the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the security integration was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"enabled":{"name":"enabled","type":"\u0004","is_mandatory":true,"title":"Whether the security integration is enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Type of the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Security Integration","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.stage":{"id":"snowflake.stage","name":"snowflake.stage","fields":{"cloud":{"name":"cloud","type":"\u0007","is_mandatory":true,"title":"Cloud provider of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the stage was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databaseName":{"name":"databaseName","type":"\u0007","is_mandatory":true,"title":"Database name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"directoryEnabled":{"name":"directoryEnabled","type":"\u0004","is_mandatory":true,"title":"Whether a directory table is enabled for the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"endpoint":{"name":"endpoint","type":"\u0007","is_mandatory":true,"title":"Endpoint of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasCredentials":{"name":"hasCredentials","type":"\u0004","is_mandatory":true,"title":"Whether the stage has credentials","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasEncryptionKey":{"name":"hasEncryptionKey","type":"\u0004","is_mandatory":true,"title":"Whether the stage has encryption key","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"ownerRoleType":{"name":"ownerRoleType","type":"\u0007","is_mandatory":true,"title":"Owner role type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Schema name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"storeIntegration":{"name":"storeIntegration","type":"\u0007","is_mandatory":true,"title":"Storage integration of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Stage type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"url":{"name":"url","type":"\u0007","is_mandatory":true,"title":"URL of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Stage","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.user":{"id":"snowflake.user","name":"snowflake.user","fields":{"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the user","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the user was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"defaultNamespace":{"name":"defaultNamespace","type":"\u0007","is_mandatory":true,"title":"Namespace that is active by default","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"defaultRole":{"name":"defaultRole","type":"\u0007","is_mandatory":true,"title":"Default role for the user","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"defaultWarehouse":{"name":"defaultWarehouse","type":"\u0007","is_mandatory":true,"title":"Virtual warehouse that is active by default","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"disabled":{"name":"disabled","type":"\u0004","is_mandatory":true,"title":"Whether the user is disabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"displayName":{"name":"displayName","type":"\u0007","is_mandatory":true,"title":"Display name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"email":{"name":"email","type":"\u0007","is_mandatory":true,"title":"Email address","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"expiresAt":{"name":"expiresAt","type":"\t","is_mandatory":true,"title":"When the user expires","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"extAuthnDuo":{"name":"extAuthnDuo","type":"\u0004","is_mandatory":true,"title":"Whether the user has MFA enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"extAuthnUid":{"name":"extAuthnUid","type":"\u0007","is_mandatory":true,"title":"MFA user ID","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"firstName":{"name":"firstName","type":"\u0007","is_mandatory":true,"title":"First name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasPassword":{"name":"hasPassword","type":"\u0004","is_mandatory":true,"title":"Whether the user has a password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasRsaPublicKey":{"name":"hasRsaPublicKey","type":"\u0004","is_mandatory":true,"title":"Whether the user has MFA enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"lastName":{"name":"lastName","type":"\u0007","is_mandatory":true,"title":"Last name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"lastSuccessLogin":{"name":"lastSuccessLogin","type":"\t","is_mandatory":true,"title":"Last time the user logged in","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"lockedUntil":{"name":"lockedUntil","type":"\t","is_mandatory":true,"title":"Time until the user is locked","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"login":{"name":"login","type":"\u0007","is_mandatory":true,"title":"Login name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"mustChangePassword":{"name":"mustChangePassword","type":"\u0004","is_mandatory":true,"title":"Whether the user is forced to change their password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"User name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"parameters":{"name":"parameters","type":"\u0019\u001bsnowflake.parameter","title":"Parameters for the user","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake User","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.view":{"id":"snowflake.view","name":"snowflake.view","fields":{"changeTracking":{"name":"changeTracking","type":"\u0007","is_mandatory":true,"title":"View change tracking","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databaseName":{"name":"databaseName","type":"\u0007","is_mandatory":true,"title":"Database name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isMaterialized":{"name":"isMaterialized","type":"\u0004","is_mandatory":true,"title":"Whether the view is materialized","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isSecure":{"name":"isSecure","type":"\u0004","is_mandatory":true,"title":"Whether the view is secure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"kind":{"name":"kind","type":"\u0007","is_mandatory":true,"title":"Kind of view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner of the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"ownerRoleType":{"name":"ownerRoleType","type":"\u0007","is_mandatory":true,"title":"Owner role type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"reserved":{"name":"reserved","type":"\u0007","is_mandatory":true,"title":"Whether the view is reserved","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Schema name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"text":{"name":"text","type":"\u0007","is_mandatory":true,"title":"Text of the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake View","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.warehouse":{"id":"snowflake.warehouse","name":"snowflake.warehouse","fields":{"autoResume":{"name":"autoResume","type":"\u0004","is_mandatory":true,"title":"Whether the warehouse, if suspended, automatically resumes","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"autoSuspend":{"name":"autoSuspend","type":"\u0005","is_mandatory":true,"title":"Period of inactivity, in seconds, after which a running warehouse automatically suspends and stops using credits","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"available":{"name":"available","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute resources available","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the warehouse was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"enableQueryAcceleration":{"name":"enableQueryAcceleration","type":"\u0004","is_mandatory":true,"title":"Whether query acceleration is enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isCurrent":{"name":"isCurrent","type":"\u0004","is_mandatory":true,"title":"Indicates if the warehouse is a current warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isDefault":{"name":"isDefault","type":"\u0004","is_mandatory":true,"title":"Whether the warehouse is a default warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"maxClusterCount":{"name":"maxClusterCount","type":"\u0005","is_mandatory":true,"title":"Maximum cluster count","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"minClusterCount":{"name":"minClusterCount","type":"\u0005","is_mandatory":true,"title":"Minimum cluster count","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"other":{"name":"other","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute not in available, provisioning, or quiescing state","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Warehouse owner","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"ownerRoleType":{"name":"ownerRoleType","type":"\u0007","is_mandatory":true,"title":"Owner role type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"provisioning":{"name":"provisioning","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute resources in provisioning","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"queryAccelerationMaxScaleFactor":{"name":"queryAccelerationMaxScaleFactor","type":"\u0005","is_mandatory":true,"title":"Query acceleration scale factor","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"queued":{"name":"queued","type":"\u0005","is_mandatory":true,"title":"Number of queued clusters","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"quiescing":{"name":"quiescing","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute resources that execute queries","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"resourceMonitor":{"name":"resourceMonitor","type":"\u0007","is_mandatory":true,"title":"Resource monitor of the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"resumedAt":{"name":"resumedAt","type":"\t","is_mandatory":true,"title":"When the warehouse resumed","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"running":{"name":"running","type":"\u0005","is_mandatory":true,"title":"Number of running clusters","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"scalingPolicy":{"name":"scalingPolicy","type":"\u0007","is_mandatory":true,"title":"Scaling policy of the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"size":{"name":"size","type":"\u0007","is_mandatory":true,"title":"Warehouse size","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"startedClusterCount":{"name":"startedClusterCount","type":"\u0005","is_mandatory":true,"title":"Number of started clusters","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"state":{"name":"state","type":"\u0007","is_mandatory":true,"title":"Whether the warehouse is active/running, inactive or resizing","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Warehouse type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"When the warehouse was updated","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Warehouse","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}}} \ No newline at end of file +{"resources":{"snowflake":{"id":"snowflake","name":"snowflake","fields":{"account":{"name":"account","type":"\u001bsnowflake.account","title":"Snowflake Account","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"currentRole":{"name":"currentRole","type":"\u0007","title":"Current role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"database":{"name":"database","type":"\u001bsnowflake.database","title":"Snowflake Database","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"networkPolicy":{"name":"networkPolicy","type":"\u001bsnowflake.networkPolicy","title":"Snowflake Network Policy","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"parameter":{"name":"parameter","type":"\u001bsnowflake.parameter","title":"Snowflake Parameter","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordPolicy":{"name":"passwordPolicy","type":"\u001bsnowflake.passwordPolicy","title":"Snowflake Password Policy","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"procedure":{"name":"procedure","type":"\u001bsnowflake.procedure","title":"Snowflake Procedure","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"role":{"name":"role","type":"\u001bsnowflake.role","title":"Snowflake Role","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"securityIntegration":{"name":"securityIntegration","type":"\u001bsnowflake.securityIntegration","title":"Snowflake Security Integration","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"stage":{"name":"stage","type":"\u001bsnowflake.stage","title":"Snowflake Stage","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"user":{"name":"user","type":"\u001bsnowflake.user","title":"Snowflake User","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"view":{"name":"view","type":"\u001bsnowflake.view","title":"Snowflake View","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"warehouse":{"name":"warehouse","type":"\u001bsnowflake.warehouse","title":"Snowflake Warehouse","is_implicit_resource":true,"provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"min_mondoo_version":"9.0.0","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.account":{"id":"snowflake.account","name":"snowflake.account","fields":{"accountId":{"name":"accountId","type":"\u0007","title":"Account ID","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databases":{"name":"databases","type":"\u0019\u001bsnowflake.database","title":"Databases in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"networkPolicies":{"name":"networkPolicies","type":"\u0019\u001bsnowflake.networkPolicy","title":"Network policies in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"parameters":{"name":"parameters","type":"\u0019\u001bsnowflake.parameter","title":"Parameters in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordPolicies":{"name":"passwordPolicies","type":"\u0019\u001bsnowflake.passwordPolicy","title":"Password policies in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"procedures":{"name":"procedures","type":"\u0019\u001bsnowflake.procedure","title":"Procedures in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"region":{"name":"region","type":"\u0007","title":"Account region","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"roles":{"name":"roles","type":"\u0019\u001bsnowflake.role","title":"Roles in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"securityIntegrations":{"name":"securityIntegrations","type":"\u0019\u001bsnowflake.securityIntegration","title":"Security integrations in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"stages":{"name":"stages","type":"\u0019\u001bsnowflake.stage","title":"Stages in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"url":{"name":"url","type":"\u0007","title":"Account URL","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"users":{"name":"users","type":"\u0019\u001bsnowflake.user","title":"Users in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"warehouses":{"name":"warehouses","type":"\u0019\u001bsnowflake.warehouse","title":"Warehouses in the account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Account","min_mondoo_version":"9.0.0","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.database":{"id":"snowflake.database","name":"snowflake.database","fields":{"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the database was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"droppedAt":{"name":"droppedAt","type":"\t","is_mandatory":true,"title":"When the database was dropped","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isCurrent":{"name":"isCurrent","type":"\u0004","is_mandatory":true,"title":"Whether the database is a current database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isDefault":{"name":"isDefault","type":"\u0004","is_mandatory":true,"title":"Whether the database is a default database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"options":{"name":"options","type":"\u0007","is_mandatory":true,"title":"Database options string","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"origin":{"name":"origin","type":"\u0007","is_mandatory":true,"title":"Database origin","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Database owner","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"resourceGroup":{"name":"resourceGroup","type":"\u0007","is_mandatory":true,"title":"Resource group of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"retentionTime":{"name":"retentionTime","type":"\u0005","is_mandatory":true,"title":"Retention time of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"transient":{"name":"transient","type":"\u0004","is_mandatory":true,"title":"Whether the database is transient","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Database","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.networkPolicy":{"id":"snowflake.networkPolicy","name":"snowflake.networkPolicy","fields":{"allowedIpList":{"name":"allowedIpList","type":"\u0019\u0007","title":"List of IP addresses that are allowed access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"allowedNetworkRules":{"name":"allowedNetworkRules","type":"\u0019\u0007","title":"List of network rules that contain the network identifiers that are allowed access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"blockedIpList":{"name":"blockedIpList","type":"\u0019\u0007","title":"List of IP addresses that are denied access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"blockedNetworkRules":{"name":"blockedNetworkRules","type":"\u0019\u0007","title":"List of network rules that contain the network identifiers that are denied access","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the network policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the network policy was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInAllowedIpList":{"name":"entriesInAllowedIpList","type":"\u0005","is_mandatory":true,"title":"Number of entries in the allowed IP list","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInAllowedNetworkRules":{"name":"entriesInAllowedNetworkRules","type":"\u0005","is_mandatory":true,"title":"Number of entries in the allowed network rules","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInBlockedIpList":{"name":"entriesInBlockedIpList","type":"\u0005","is_mandatory":true,"title":"Number of entries in the blocked IP list","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"entriesInBlockedNetworkRules":{"name":"entriesInBlockedNetworkRules","type":"\u0005","is_mandatory":true,"title":"Number of entries in the blocked network rules","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the network policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Network Policy","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.parameter":{"id":"snowflake.parameter","name":"snowflake.parameter","fields":{"defaultValue":{"name":"defaultValue","type":"\u0007","is_mandatory":true,"title":"Default value of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"description":{"name":"description","type":"\u0007","is_mandatory":true,"title":"Description of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"key":{"name":"key","type":"\u0007","is_mandatory":true,"title":"Name of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"level":{"name":"level","type":"\u0007","is_mandatory":true,"title":"Level of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"value":{"name":"value","type":"\u0007","is_mandatory":true,"title":"Value of the parameter","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Parameter","min_mondoo_version":"9.0.0","defaults":"key","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.passwordPolicy":{"id":"snowflake.passwordPolicy","name":"snowflake.passwordPolicy","fields":{"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the password policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the password policy was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databaseName":{"name":"databaseName","type":"\u0007","is_mandatory":true,"title":"Name of the database","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"kind":{"name":"kind","type":"\u0007","is_mandatory":true,"title":"Name of the kind","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the password policy","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Name of the owner","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordHistory":{"name":"passwordHistory","type":"\u0005","title":"Number of recent passwords to retain","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordLockoutTimeMins":{"name":"passwordLockoutTimeMins","type":"\u0005","title":"How long (in minutes) to lock out the user account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMaxAgeDays":{"name":"passwordMaxAgeDays","type":"\u0005","title":"Maximum number of days before password must be changed","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMaxLength":{"name":"passwordMaxLength","type":"\u0005","title":"Maximum number of characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMaxRetries":{"name":"passwordMaxRetries","type":"\u0005","title":"Maximum number of attempts to enter a password before locking out the user account","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinAgeDays":{"name":"passwordMinAgeDays","type":"\u0005","title":"Minimum number of days before password can be changed","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinLength":{"name":"passwordMinLength","type":"\u0005","title":"Minimum number of characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinLowerCaseChars":{"name":"passwordMinLowerCaseChars","type":"\u0005","title":"Minimum number of lowercase characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinNumericChars":{"name":"passwordMinNumericChars","type":"\u0005","title":"Minimum number of numeric characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinSpecialChars":{"name":"passwordMinSpecialChars","type":"\u0005","title":"Minimum number of special characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"passwordMinUpperCaseChars":{"name":"passwordMinUpperCaseChars","type":"\u0005","title":"Minimum number of uppercase characters for password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Name of the schema","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Password Policy","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.procedure":{"id":"snowflake.procedure","name":"snowflake.procedure","fields":{"arguments":{"name":"arguments","type":"\u0007","is_mandatory":true,"title":"Procedure arguments","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"catalogName":{"name":"catalogName","type":"\u0007","is_mandatory":true,"title":"Catalog name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"description":{"name":"description","type":"\u0007","is_mandatory":true,"title":"Procedure description","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isAggregate":{"name":"isAggregate","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is an aggregate function","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isAnsi":{"name":"isAnsi","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is an ANSI procedure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isBuiltin":{"name":"isBuiltin","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is built in","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isSecure":{"name":"isSecure","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is secure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isTableFunction":{"name":"isTableFunction","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is a table function","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"maxNumberOfArguments":{"name":"maxNumberOfArguments","type":"\u0005","is_mandatory":true,"title":"Maximum number of arguments","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"minNumberOfArguments":{"name":"minNumberOfArguments","type":"\u0005","is_mandatory":true,"title":"Minimum number of arguments","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the procedure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Schema name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"validForClustering":{"name":"validForClustering","type":"\u0004","is_mandatory":true,"title":"Whether the procedure is for clustering","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Procedure","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.role":{"id":"snowflake.role","name":"snowflake.role","fields":{"assignedToUsers":{"name":"assignedToUsers","type":"\u0005","is_mandatory":true,"title":"Number of users assigned to the role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"grantedRoles":{"name":"grantedRoles","type":"\u0005","is_mandatory":true,"title":"Number of roles granted","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"grantedToRoles":{"name":"grantedToRoles","type":"\u0005","is_mandatory":true,"title":"Number of roles granted to","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isCurrent":{"name":"isCurrent","type":"\u0004","is_mandatory":true,"title":"Whether the role is a current role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isDefault":{"name":"isDefault","type":"\u0004","is_mandatory":true,"title":"Whether the role is the default role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isInherited":{"name":"isInherited","type":"\u0004","is_mandatory":true,"title":"Whether the role is a shared role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Role name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner of the role","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Role","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.securityIntegration":{"id":"snowflake.securityIntegration","name":"snowflake.securityIntegration","fields":{"category":{"name":"category","type":"\u0007","is_mandatory":true,"title":"Category of the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the security integration was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"enabled":{"name":"enabled","type":"\u0004","is_mandatory":true,"title":"Whether the security integration is enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Type of the security integration","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Security Integration","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.stage":{"id":"snowflake.stage","name":"snowflake.stage","fields":{"cloud":{"name":"cloud","type":"\u0007","is_mandatory":true,"title":"Cloud provider of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the stage was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databaseName":{"name":"databaseName","type":"\u0007","is_mandatory":true,"title":"Database name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"directoryEnabled":{"name":"directoryEnabled","type":"\u0004","is_mandatory":true,"title":"Whether a directory table is enabled for the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"endpoint":{"name":"endpoint","type":"\u0007","is_mandatory":true,"title":"Endpoint of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasCredentials":{"name":"hasCredentials","type":"\u0004","is_mandatory":true,"title":"Whether the stage has credentials","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasEncryptionKey":{"name":"hasEncryptionKey","type":"\u0004","is_mandatory":true,"title":"Whether the stage has encryption key","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"ownerRoleType":{"name":"ownerRoleType","type":"\u0007","is_mandatory":true,"title":"Owner role type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Schema name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"storeIntegration":{"name":"storeIntegration","type":"\u0007","is_mandatory":true,"title":"Storage integration of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Stage type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"url":{"name":"url","type":"\u0007","is_mandatory":true,"title":"URL of the stage","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Stage","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.user":{"id":"snowflake.user","name":"snowflake.user","fields":{"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the user","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the user was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"defaultNamespace":{"name":"defaultNamespace","type":"\u0007","is_mandatory":true,"title":"Namespace that is active by default","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"defaultRole":{"name":"defaultRole","type":"\u0007","is_mandatory":true,"title":"Default role for the user","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"defaultWarehouse":{"name":"defaultWarehouse","type":"\u0007","is_mandatory":true,"title":"Virtual warehouse that is active by default","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"disabled":{"name":"disabled","type":"\u0004","is_mandatory":true,"title":"Whether the user is disabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"displayName":{"name":"displayName","type":"\u0007","is_mandatory":true,"title":"Display name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"email":{"name":"email","type":"\u0007","is_mandatory":true,"title":"Email address","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"expiresAt":{"name":"expiresAt","type":"\t","is_mandatory":true,"title":"When the user expires","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"extAuthnDuo":{"name":"extAuthnDuo","type":"\u0004","is_mandatory":true,"title":"Whether the user has MFA enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"extAuthnUid":{"name":"extAuthnUid","type":"\u0007","is_mandatory":true,"title":"MFA user ID","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"firstName":{"name":"firstName","type":"\u0007","is_mandatory":true,"title":"First name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasPassword":{"name":"hasPassword","type":"\u0004","is_mandatory":true,"title":"Whether the user has a password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"hasRsaPublicKey":{"name":"hasRsaPublicKey","type":"\u0004","is_mandatory":true,"title":"Whether the user has MFA enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"lastName":{"name":"lastName","type":"\u0007","is_mandatory":true,"title":"Last name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"lastSuccessLogin":{"name":"lastSuccessLogin","type":"\t","is_mandatory":true,"title":"Last time the user logged in","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"lockedUntil":{"name":"lockedUntil","type":"\t","is_mandatory":true,"title":"Time until the user is locked","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"login":{"name":"login","type":"\u0007","is_mandatory":true,"title":"Login name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"mustChangePassword":{"name":"mustChangePassword","type":"\u0004","is_mandatory":true,"title":"Whether the user is forced to change their password","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"User name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"parameters":{"name":"parameters","type":"\u0019\u001bsnowflake.parameter","title":"Parameters for the user","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake User","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.view":{"id":"snowflake.view","name":"snowflake.view","fields":{"changeTracking":{"name":"changeTracking","type":"\u0007","is_mandatory":true,"title":"View change tracking","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"databaseName":{"name":"databaseName","type":"\u0007","is_mandatory":true,"title":"Database name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isMaterialized":{"name":"isMaterialized","type":"\u0004","is_mandatory":true,"title":"Whether the view is materialized","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isSecure":{"name":"isSecure","type":"\u0004","is_mandatory":true,"title":"Whether the view is secure","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"kind":{"name":"kind","type":"\u0007","is_mandatory":true,"title":"Kind of view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner of the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"ownerRoleType":{"name":"ownerRoleType","type":"\u0007","is_mandatory":true,"title":"Owner role type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"reserved":{"name":"reserved","type":"\u0007","is_mandatory":true,"title":"Whether the view is reserved","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"schemaName":{"name":"schemaName","type":"\u0007","is_mandatory":true,"title":"Schema name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"text":{"name":"text","type":"\u0007","is_mandatory":true,"title":"Text of the view","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake View","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"snowflake.warehouse":{"id":"snowflake.warehouse","name":"snowflake.warehouse","fields":{"autoResume":{"name":"autoResume","type":"\u0004","is_mandatory":true,"title":"Whether the warehouse, if suspended, automatically resumes","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"autoSuspend":{"name":"autoSuspend","type":"\u0005","is_mandatory":true,"title":"Period of inactivity, in seconds, after which a running warehouse automatically suspends and stops using credits","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"available":{"name":"available","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute resources available","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"comment":{"name":"comment","type":"\u0007","is_mandatory":true,"title":"Comment for the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"When the warehouse was created","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"enableQueryAcceleration":{"name":"enableQueryAcceleration","type":"\u0004","is_mandatory":true,"title":"Whether query acceleration is enabled","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isCurrent":{"name":"isCurrent","type":"\u0004","is_mandatory":true,"title":"Whether the warehouse is a current warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"isDefault":{"name":"isDefault","type":"\u0004","is_mandatory":true,"title":"Whether the warehouse is a default warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"maxClusterCount":{"name":"maxClusterCount","type":"\u0005","is_mandatory":true,"title":"Maximum cluster count","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"minClusterCount":{"name":"minClusterCount","type":"\u0005","is_mandatory":true,"title":"Minimum cluster count","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Name of the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"other":{"name":"other","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute not in available, provisioning, or quiescing state","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Warehouse owner","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"ownerRoleType":{"name":"ownerRoleType","type":"\u0007","is_mandatory":true,"title":"Owner role type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"provisioning":{"name":"provisioning","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute resources in provisioning","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"queryAccelerationMaxScaleFactor":{"name":"queryAccelerationMaxScaleFactor","type":"\u0005","is_mandatory":true,"title":"Query acceleration scale factor","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"queued":{"name":"queued","type":"\u0005","is_mandatory":true,"title":"Number of queued clusters","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"quiescing":{"name":"quiescing","type":"\u0006","is_mandatory":true,"title":"Percentage of the warehouse compute resources that execute queries","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"resourceMonitor":{"name":"resourceMonitor","type":"\u0007","is_mandatory":true,"title":"Resource monitor of the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"resumedAt":{"name":"resumedAt","type":"\t","is_mandatory":true,"title":"When the warehouse resumed","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"running":{"name":"running","type":"\u0005","is_mandatory":true,"title":"Number of running clusters","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"scalingPolicy":{"name":"scalingPolicy","type":"\u0007","is_mandatory":true,"title":"Scaling policy of the warehouse","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"size":{"name":"size","type":"\u0007","is_mandatory":true,"title":"Warehouse size","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"startedClusterCount":{"name":"startedClusterCount","type":"\u0005","is_mandatory":true,"title":"Number of started clusters","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"state":{"name":"state","type":"\u0007","is_mandatory":true,"title":"Whether the warehouse is active/running, inactive or resizing","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Warehouse type","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"When the warehouse was updated","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}},"title":"Snowflake Warehouse","min_mondoo_version":"9.0.0","defaults":"name","provider":"go.mondoo.com/cnquery/v11/providers/snowflake"}}} \ No newline at end of file