snowflake.SecretWithAuthorizationCodeGrant
Explore with Pulumi AI
Import
$ pulumi import snowflake:index/secretWithAuthorizationCodeGrant:SecretWithAuthorizationCodeGrant example '"<database_name>"."<schema_name>"."<secret_name>"'
Create SecretWithAuthorizationCodeGrant Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SecretWithAuthorizationCodeGrant(name: string, args: SecretWithAuthorizationCodeGrantArgs, opts?: CustomResourceOptions);@overload
def SecretWithAuthorizationCodeGrant(resource_name: str,
                                     args: SecretWithAuthorizationCodeGrantArgs,
                                     opts: Optional[ResourceOptions] = None)
@overload
def SecretWithAuthorizationCodeGrant(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     api_authentication: Optional[str] = None,
                                     database: Optional[str] = None,
                                     oauth_refresh_token: Optional[str] = None,
                                     oauth_refresh_token_expiry_time: Optional[str] = None,
                                     schema: Optional[str] = None,
                                     comment: Optional[str] = None,
                                     name: Optional[str] = None)func NewSecretWithAuthorizationCodeGrant(ctx *Context, name string, args SecretWithAuthorizationCodeGrantArgs, opts ...ResourceOption) (*SecretWithAuthorizationCodeGrant, error)public SecretWithAuthorizationCodeGrant(string name, SecretWithAuthorizationCodeGrantArgs args, CustomResourceOptions? opts = null)
public SecretWithAuthorizationCodeGrant(String name, SecretWithAuthorizationCodeGrantArgs args)
public SecretWithAuthorizationCodeGrant(String name, SecretWithAuthorizationCodeGrantArgs args, CustomResourceOptions options)
type: snowflake:SecretWithAuthorizationCodeGrant
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SecretWithAuthorizationCodeGrantArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SecretWithAuthorizationCodeGrantArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SecretWithAuthorizationCodeGrantArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecretWithAuthorizationCodeGrantArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SecretWithAuthorizationCodeGrantArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var secretWithAuthorizationCodeGrantResource = new Snowflake.SecretWithAuthorizationCodeGrant("secretWithAuthorizationCodeGrantResource", new()
{
    ApiAuthentication = "string",
    Database = "string",
    OauthRefreshToken = "string",
    OauthRefreshTokenExpiryTime = "string",
    Schema = "string",
    Comment = "string",
    Name = "string",
});
example, err := snowflake.NewSecretWithAuthorizationCodeGrant(ctx, "secretWithAuthorizationCodeGrantResource", &snowflake.SecretWithAuthorizationCodeGrantArgs{
	ApiAuthentication:           pulumi.String("string"),
	Database:                    pulumi.String("string"),
	OauthRefreshToken:           pulumi.String("string"),
	OauthRefreshTokenExpiryTime: pulumi.String("string"),
	Schema:                      pulumi.String("string"),
	Comment:                     pulumi.String("string"),
	Name:                        pulumi.String("string"),
})
var secretWithAuthorizationCodeGrantResource = new SecretWithAuthorizationCodeGrant("secretWithAuthorizationCodeGrantResource", SecretWithAuthorizationCodeGrantArgs.builder()
    .apiAuthentication("string")
    .database("string")
    .oauthRefreshToken("string")
    .oauthRefreshTokenExpiryTime("string")
    .schema("string")
    .comment("string")
    .name("string")
    .build());
secret_with_authorization_code_grant_resource = snowflake.SecretWithAuthorizationCodeGrant("secretWithAuthorizationCodeGrantResource",
    api_authentication="string",
    database="string",
    oauth_refresh_token="string",
    oauth_refresh_token_expiry_time="string",
    schema="string",
    comment="string",
    name="string")
const secretWithAuthorizationCodeGrantResource = new snowflake.SecretWithAuthorizationCodeGrant("secretWithAuthorizationCodeGrantResource", {
    apiAuthentication: "string",
    database: "string",
    oauthRefreshToken: "string",
    oauthRefreshTokenExpiryTime: "string",
    schema: "string",
    comment: "string",
    name: "string",
});
type: snowflake:SecretWithAuthorizationCodeGrant
properties:
    apiAuthentication: string
    comment: string
    database: string
    name: string
    oauthRefreshToken: string
    oauthRefreshTokenExpiryTime: string
    schema: string
SecretWithAuthorizationCodeGrant Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SecretWithAuthorizationCodeGrant resource accepts the following input properties:
- ApiAuthentication string
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- Database string
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- OauthRefresh stringToken 
- OauthRefresh stringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- Schema string
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- Comment string
- Specifies a comment for the secret.
- Name string
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- ApiAuthentication string
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- Database string
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- OauthRefresh stringToken 
- OauthRefresh stringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- Schema string
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- Comment string
- Specifies a comment for the secret.
- Name string
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- apiAuthentication String
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- database String
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauthRefresh StringToken 
- oauthRefresh StringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema String
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- comment String
- Specifies a comment for the secret.
- name String
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- apiAuthentication string
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- database string
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauthRefresh stringToken 
- oauthRefresh stringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema string
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- comment string
- Specifies a comment for the secret.
- name string
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- api_authentication str
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- database str
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauth_refresh_ strtoken 
- oauth_refresh_ strtoken_ expiry_ time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema str
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- comment str
- Specifies a comment for the secret.
- name str
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- apiAuthentication String
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- database String
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauthRefresh StringToken 
- oauthRefresh StringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema String
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- comment String
- Specifies a comment for the secret.
- name String
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
Outputs
All input properties are implicitly available as output properties. Additionally, the SecretWithAuthorizationCodeGrant resource produces the following output properties:
- DescribeOutputs List<SecretWith Authorization Code Grant Describe Output> 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- FullyQualified stringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- Id string
- The provider-assigned unique ID for this managed resource.
- SecretType string
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- ShowOutputs List<SecretWith Authorization Code Grant Show Output> 
- Outputs the result of SHOW SECRETSfor the given secret.
- DescribeOutputs []SecretWith Authorization Code Grant Describe Output 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- FullyQualified stringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- Id string
- The provider-assigned unique ID for this managed resource.
- SecretType string
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- ShowOutputs []SecretWith Authorization Code Grant Show Output 
- Outputs the result of SHOW SECRETSfor the given secret.
- describeOutputs List<SecretWith Authorization Code Grant Describe Output> 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fullyQualified StringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- id String
- The provider-assigned unique ID for this managed resource.
- secretType String
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- showOutputs List<SecretWith Authorization Code Grant Show Output> 
- Outputs the result of SHOW SECRETSfor the given secret.
- describeOutputs SecretWith Authorization Code Grant Describe Output[] 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fullyQualified stringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- id string
- The provider-assigned unique ID for this managed resource.
- secretType string
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- showOutputs SecretWith Authorization Code Grant Show Output[] 
- Outputs the result of SHOW SECRETSfor the given secret.
- describe_outputs Sequence[SecretWith Authorization Code Grant Describe Output] 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fully_qualified_ strname 
- Fully qualified name of the resource. For more information, see object name resolution.
- id str
- The provider-assigned unique ID for this managed resource.
- secret_type str
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- show_outputs Sequence[SecretWith Authorization Code Grant Show Output] 
- Outputs the result of SHOW SECRETSfor the given secret.
- describeOutputs List<Property Map>
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fullyQualified StringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- id String
- The provider-assigned unique ID for this managed resource.
- secretType String
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- showOutputs List<Property Map>
- Outputs the result of SHOW SECRETSfor the given secret.
Look up Existing SecretWithAuthorizationCodeGrant Resource
Get an existing SecretWithAuthorizationCodeGrant resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SecretWithAuthorizationCodeGrantState, opts?: CustomResourceOptions): SecretWithAuthorizationCodeGrant@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        api_authentication: Optional[str] = None,
        comment: Optional[str] = None,
        database: Optional[str] = None,
        describe_outputs: Optional[Sequence[SecretWithAuthorizationCodeGrantDescribeOutputArgs]] = None,
        fully_qualified_name: Optional[str] = None,
        name: Optional[str] = None,
        oauth_refresh_token: Optional[str] = None,
        oauth_refresh_token_expiry_time: Optional[str] = None,
        schema: Optional[str] = None,
        secret_type: Optional[str] = None,
        show_outputs: Optional[Sequence[SecretWithAuthorizationCodeGrantShowOutputArgs]] = None) -> SecretWithAuthorizationCodeGrantfunc GetSecretWithAuthorizationCodeGrant(ctx *Context, name string, id IDInput, state *SecretWithAuthorizationCodeGrantState, opts ...ResourceOption) (*SecretWithAuthorizationCodeGrant, error)public static SecretWithAuthorizationCodeGrant Get(string name, Input<string> id, SecretWithAuthorizationCodeGrantState? state, CustomResourceOptions? opts = null)public static SecretWithAuthorizationCodeGrant get(String name, Output<String> id, SecretWithAuthorizationCodeGrantState state, CustomResourceOptions options)resources:  _:    type: snowflake:SecretWithAuthorizationCodeGrant    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- ApiAuthentication string
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- Comment string
- Specifies a comment for the secret.
- Database string
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- DescribeOutputs List<SecretWith Authorization Code Grant Describe Output> 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- FullyQualified stringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- Name string
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- OauthRefresh stringToken 
- OauthRefresh stringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- Schema string
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- SecretType string
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- ShowOutputs List<SecretWith Authorization Code Grant Show Output> 
- Outputs the result of SHOW SECRETSfor the given secret.
- ApiAuthentication string
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- Comment string
- Specifies a comment for the secret.
- Database string
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- DescribeOutputs []SecretWith Authorization Code Grant Describe Output Args 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- FullyQualified stringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- Name string
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- OauthRefresh stringToken 
- OauthRefresh stringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- Schema string
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- SecretType string
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- ShowOutputs []SecretWith Authorization Code Grant Show Output Args 
- Outputs the result of SHOW SECRETSfor the given secret.
- apiAuthentication String
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- comment String
- Specifies a comment for the secret.
- database String
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- describeOutputs List<SecretWith Authorization Code Grant Describe Output> 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fullyQualified StringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- name String
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauthRefresh StringToken 
- oauthRefresh StringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema String
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- secretType String
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- showOutputs List<SecretWith Authorization Code Grant Show Output> 
- Outputs the result of SHOW SECRETSfor the given secret.
- apiAuthentication string
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- comment string
- Specifies a comment for the secret.
- database string
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- describeOutputs SecretWith Authorization Code Grant Describe Output[] 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fullyQualified stringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- name string
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauthRefresh stringToken 
- oauthRefresh stringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema string
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- secretType string
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- showOutputs SecretWith Authorization Code Grant Show Output[] 
- Outputs the result of SHOW SECRETSfor the given secret.
- api_authentication str
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- comment str
- Specifies a comment for the secret.
- database str
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- describe_outputs Sequence[SecretWith Authorization Code Grant Describe Output Args] 
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fully_qualified_ strname 
- Fully qualified name of the resource. For more information, see object name resolution.
- name str
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauth_refresh_ strtoken 
- oauth_refresh_ strtoken_ expiry_ time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema str
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- secret_type str
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- show_outputs Sequence[SecretWith Authorization Code Grant Show Output Args] 
- Outputs the result of SHOW SECRETSfor the given secret.
- apiAuthentication String
- Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
- comment String
- Specifies a comment for the secret.
- database String
- The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: |,.,".
- describeOutputs List<Property Map>
- Outputs the result of DESCRIBE SECRETfor the given secret.
- fullyQualified StringName 
- Fully qualified name of the resource. For more information, see object name resolution.
- name String
- String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- oauthRefresh StringToken 
- oauthRefresh StringToken Expiry Time 
- Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \n\n
- schema String
- The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: |,.,".
- secretType String
- Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
- showOutputs List<Property Map>
- Outputs the result of SHOW SECRETSfor the given secret.
Supporting Types
SecretWithAuthorizationCodeGrantDescribeOutput, SecretWithAuthorizationCodeGrantDescribeOutputArgs              
- Comment string
- CreatedOn string
- DatabaseName string
- IntegrationName string
- Name string
- OauthAccess stringToken Expiry Time 
- OauthRefresh stringToken Expiry Time 
- OauthScopes List<string>
- Owner string
- SchemaName string
- SecretType string
- Username string
- Comment string
- CreatedOn string
- DatabaseName string
- IntegrationName string
- Name string
- OauthAccess stringToken Expiry Time 
- OauthRefresh stringToken Expiry Time 
- OauthScopes []string
- Owner string
- SchemaName string
- SecretType string
- Username string
- comment String
- createdOn String
- databaseName String
- integrationName String
- name String
- oauthAccess StringToken Expiry Time 
- oauthRefresh StringToken Expiry Time 
- oauthScopes List<String>
- owner String
- schemaName String
- secretType String
- username String
- comment string
- createdOn string
- databaseName string
- integrationName string
- name string
- oauthAccess stringToken Expiry Time 
- oauthRefresh stringToken Expiry Time 
- oauthScopes string[]
- owner string
- schemaName string
- secretType string
- username string
- comment str
- created_on str
- database_name str
- integration_name str
- name str
- oauth_access_ strtoken_ expiry_ time 
- oauth_refresh_ strtoken_ expiry_ time 
- oauth_scopes Sequence[str]
- owner str
- schema_name str
- secret_type str
- username str
- comment String
- createdOn String
- databaseName String
- integrationName String
- name String
- oauthAccess StringToken Expiry Time 
- oauthRefresh StringToken Expiry Time 
- oauthScopes List<String>
- owner String
- schemaName String
- secretType String
- username String
SecretWithAuthorizationCodeGrantShowOutput, SecretWithAuthorizationCodeGrantShowOutputArgs              
- Comment string
- CreatedOn string
- DatabaseName string
- Name string
- OauthScopes List<string>
- Owner string
- OwnerRole stringType 
- SchemaName string
- SecretType string
- Comment string
- CreatedOn string
- DatabaseName string
- Name string
- OauthScopes []string
- Owner string
- OwnerRole stringType 
- SchemaName string
- SecretType string
- comment String
- createdOn String
- databaseName String
- name String
- oauthScopes List<String>
- owner String
- ownerRole StringType 
- schemaName String
- secretType String
- comment string
- createdOn string
- databaseName string
- name string
- oauthScopes string[]
- owner string
- ownerRole stringType 
- schemaName string
- secretType string
- comment str
- created_on str
- database_name str
- name str
- oauth_scopes Sequence[str]
- owner str
- owner_role_ strtype 
- schema_name str
- secret_type str
- comment String
- createdOn String
- databaseName String
- name String
- oauthScopes List<String>
- owner String
- ownerRole StringType 
- schemaName String
- secretType String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the snowflakeTerraform Provider.