Snowflake · Schema

ServiceRole

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
created_on string Date and time when the service role was created
name string Service role name
comment string Comment, if any, for the service role
View JSON Schema on GitHub

JSON Schema

service-service-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceRole",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string",
      "description": "Date and time when the service role was created"
    },
    "name": {
      "type": "string",
      "description": "Service role name"
    },
    "comment": {
      "type": "string",
      "description": "Comment, if any, for the service role"
    }
  }
}