1. Packages
  2. Grafana Cloud
  3. API Docs
  4. enterprise
  5. enterprise/v1beta1
  6. SecretSecureValue
Viewing docs for Grafana v2.23.0
published on Wednesday, Apr 1, 2026 by pulumiverse
grafana logo
Viewing docs for Grafana v2.23.0
published on Wednesday, Apr 1, 2026 by pulumiverse

    Manages a Secrets Management secure value.

    Create SecretSecureValue Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SecretSecureValue(name: string, args?: SecretSecureValueArgs, opts?: CustomResourceOptions);
    @overload
    def SecretSecureValue(resource_name: str,
                          args: Optional[SecretSecureValueArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecretSecureValue(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          metadata: Optional[SecretSecureValueMetadataArgs] = None,
                          options: Optional[SecretSecureValueOptionsArgs] = None,
                          spec: Optional[SecretSecureValueSpecArgs] = None)
    func NewSecretSecureValue(ctx *Context, name string, args *SecretSecureValueArgs, opts ...ResourceOption) (*SecretSecureValue, error)
    public SecretSecureValue(string name, SecretSecureValueArgs? args = null, CustomResourceOptions? opts = null)
    public SecretSecureValue(String name, SecretSecureValueArgs args)
    public SecretSecureValue(String name, SecretSecureValueArgs args, CustomResourceOptions options)
    
    type: grafana:enterprise/v1beta1/secretSecureValue:SecretSecureValue
    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 SecretSecureValueArgs
    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 SecretSecureValueArgs
    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 SecretSecureValueArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecretSecureValueArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecretSecureValueArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SecretSecureValue 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 SecretSecureValue resource accepts the following input properties:

    Metadata SecretSecureValueMetadataArgs
    The metadata of the resource.
    Options SecretSecureValueOptionsArgs
    Options for applying the resource.
    Spec SecretSecureValueSpecArgs
    The spec of the resource.
    metadata SecretSecureValueMetadata
    The metadata of the resource.
    options SecretSecureValueOptions
    Options for applying the resource.
    spec SecretSecureValueSpec
    The spec of the resource.
    metadata SecretSecureValueMetadata
    The metadata of the resource.
    options SecretSecureValueOptions
    Options for applying the resource.
    spec SecretSecureValueSpec
    The spec of the resource.
    metadata SecretSecureValueMetadataArgs
    The metadata of the resource.
    options SecretSecureValueOptionsArgs
    Options for applying the resource.
    spec SecretSecureValueSpecArgs
    The spec of the resource.
    metadata Property Map
    The metadata of the resource.
    options Property Map
    Options for applying the resource.
    spec Property Map
    The spec of the resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SecretSecureValue resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing SecretSecureValue Resource

    Get an existing SecretSecureValue 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?: SecretSecureValueState, opts?: CustomResourceOptions): SecretSecureValue
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            metadata: Optional[SecretSecureValueMetadataArgs] = None,
            options: Optional[SecretSecureValueOptionsArgs] = None,
            spec: Optional[SecretSecureValueSpecArgs] = None) -> SecretSecureValue
    func GetSecretSecureValue(ctx *Context, name string, id IDInput, state *SecretSecureValueState, opts ...ResourceOption) (*SecretSecureValue, error)
    public static SecretSecureValue Get(string name, Input<string> id, SecretSecureValueState? state, CustomResourceOptions? opts = null)
    public static SecretSecureValue get(String name, Output<String> id, SecretSecureValueState state, CustomResourceOptions options)
    resources:  _:    type: grafana:enterprise/v1beta1/secretSecureValue:SecretSecureValue    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.
    The following state arguments are supported:
    Metadata SecretSecureValueMetadataArgs
    The metadata of the resource.
    Options SecretSecureValueOptionsArgs
    Options for applying the resource.
    Spec SecretSecureValueSpecArgs
    The spec of the resource.
    metadata SecretSecureValueMetadata
    The metadata of the resource.
    options SecretSecureValueOptions
    Options for applying the resource.
    spec SecretSecureValueSpec
    The spec of the resource.
    metadata SecretSecureValueMetadata
    The metadata of the resource.
    options SecretSecureValueOptions
    Options for applying the resource.
    spec SecretSecureValueSpec
    The spec of the resource.
    metadata SecretSecureValueMetadataArgs
    The metadata of the resource.
    options SecretSecureValueOptionsArgs
    Options for applying the resource.
    spec SecretSecureValueSpecArgs
    The spec of the resource.
    metadata Property Map
    The metadata of the resource.
    options Property Map
    Options for applying the resource.
    spec Property Map
    The spec of the resource.

    Supporting Types

    SecretSecureValueMetadata, SecretSecureValueMetadataArgs

    Uid string
    The unique identifier of the resource.
    Annotations Dictionary<string, string>
    Annotations of the resource.
    FolderUid string
    The UID of the folder to save the resource in.
    Url string
    The full URL of the resource.
    Uuid string
    The globally unique identifier of a resource, used by the API for tracking.
    Version string
    The version of the resource.
    Uid string
    The unique identifier of the resource.
    Annotations map[string]string
    Annotations of the resource.
    FolderUid string
    The UID of the folder to save the resource in.
    Url string
    The full URL of the resource.
    Uuid string
    The globally unique identifier of a resource, used by the API for tracking.
    Version string
    The version of the resource.
    uid String
    The unique identifier of the resource.
    annotations Map<String,String>
    Annotations of the resource.
    folderUid String
    The UID of the folder to save the resource in.
    url String
    The full URL of the resource.
    uuid String
    The globally unique identifier of a resource, used by the API for tracking.
    version String
    The version of the resource.
    uid string
    The unique identifier of the resource.
    annotations {[key: string]: string}
    Annotations of the resource.
    folderUid string
    The UID of the folder to save the resource in.
    url string
    The full URL of the resource.
    uuid string
    The globally unique identifier of a resource, used by the API for tracking.
    version string
    The version of the resource.
    uid str
    The unique identifier of the resource.
    annotations Mapping[str, str]
    Annotations of the resource.
    folder_uid str
    The UID of the folder to save the resource in.
    url str
    The full URL of the resource.
    uuid str
    The globally unique identifier of a resource, used by the API for tracking.
    version str
    The version of the resource.
    uid String
    The unique identifier of the resource.
    annotations Map<String>
    Annotations of the resource.
    folderUid String
    The UID of the folder to save the resource in.
    url String
    The full URL of the resource.
    uuid String
    The globally unique identifier of a resource, used by the API for tracking.
    version String
    The version of the resource.

    SecretSecureValueOptions, SecretSecureValueOptionsArgs

    Overwrite bool
    Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
    Overwrite bool
    Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
    overwrite Boolean
    Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
    overwrite boolean
    Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
    overwrite bool
    Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
    overwrite Boolean
    Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.

    SecretSecureValueSpec, SecretSecureValueSpecArgs

    Decrypters List<string>
    List of decrypters allowed to read this secure value.
    Description string
    Secure value description.
    Ref string
    Reference to an existing secret managed by the keeper.
    Value string
    NOTE: This field is write-only and its value will not be updated in state as part of read operations. Plaintext value to store. This value is write-only.
    ValueHash string
    Hash of the stored plaintext value.
    Decrypters []string
    List of decrypters allowed to read this secure value.
    Description string
    Secure value description.
    Ref string
    Reference to an existing secret managed by the keeper.
    Value string
    NOTE: This field is write-only and its value will not be updated in state as part of read operations. Plaintext value to store. This value is write-only.
    ValueHash string
    Hash of the stored plaintext value.
    decrypters List<String>
    List of decrypters allowed to read this secure value.
    description String
    Secure value description.
    ref String
    Reference to an existing secret managed by the keeper.
    value String
    NOTE: This field is write-only and its value will not be updated in state as part of read operations. Plaintext value to store. This value is write-only.
    valueHash String
    Hash of the stored plaintext value.
    decrypters string[]
    List of decrypters allowed to read this secure value.
    description string
    Secure value description.
    ref string
    Reference to an existing secret managed by the keeper.
    value string
    NOTE: This field is write-only and its value will not be updated in state as part of read operations. Plaintext value to store. This value is write-only.
    valueHash string
    Hash of the stored plaintext value.
    decrypters Sequence[str]
    List of decrypters allowed to read this secure value.
    description str
    Secure value description.
    ref str
    Reference to an existing secret managed by the keeper.
    value str
    NOTE: This field is write-only and its value will not be updated in state as part of read operations. Plaintext value to store. This value is write-only.
    value_hash str
    Hash of the stored plaintext value.
    decrypters List<String>
    List of decrypters allowed to read this secure value.
    description String
    Secure value description.
    ref String
    Reference to an existing secret managed by the keeper.
    value String
    NOTE: This field is write-only and its value will not be updated in state as part of read operations. Plaintext value to store. This value is write-only.
    valueHash String
    Hash of the stored plaintext value.

    Package Details

    Repository
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Viewing docs for Grafana v2.23.0
    published on Wednesday, Apr 1, 2026 by pulumiverse
      Try Pulumi Cloud free. Your team will thank you.