SecretV1
Create a SecretV1 Resource
new SecretV1(name: string, args?: SecretV1Args, opts?: CustomResourceOptions);def SecretV1(resource_name, opts=None, acl=None, algorithm=None, bit_length=None, expiration=None, metadata=None, mode=None, name=None, payload=None, payload_content_encoding=None, payload_content_type=None, region=None, secret_type=None, __props__=None);func NewSecretV1(ctx *Context, name string, args *SecretV1Args, opts ...ResourceOption) (*SecretV1, error)public SecretV1(string name, SecretV1Args? args = null, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args SecretV1Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SecretV1Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecretV1Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
SecretV1 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The SecretV1 resource accepts the following input properties:
- Acl
Pulumi.
Open Stack. Key Manager. Inputs. Secret V1Acl Args Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- Algorithm string
Metadata provided by a user or system for informational purposes.
- Bit
Length int Metadata provided by a user or system for informational purposes.
- Expiration string
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- Metadata Dictionary<string, object>
Additional Metadata for the secret.
- Mode string
Metadata provided by a user or system for informational purposes.
- Name string
Human-readable name for the Secret. Does not have to be unique.
- Payload string
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- Payload
Content stringEncoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- Payload
Content stringType (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- Region string
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- Secret
Type string Used to indicate the type of secret being stored. For more information see Secret types.
- Acl
Secret
V1Acl Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- Algorithm string
Metadata provided by a user or system for informational purposes.
- Bit
Length int Metadata provided by a user or system for informational purposes.
- Expiration string
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- Metadata map[string]interface{}
Additional Metadata for the secret.
- Mode string
Metadata provided by a user or system for informational purposes.
- Name string
Human-readable name for the Secret. Does not have to be unique.
- Payload string
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- Payload
Content stringEncoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- Payload
Content stringType (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- Region string
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- Secret
Type string Used to indicate the type of secret being stored. For more information see Secret types.
- acl
Secret
V1Acl Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- algorithm string
Metadata provided by a user or system for informational purposes.
- bit
Length number Metadata provided by a user or system for informational purposes.
- expiration string
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- metadata {[key: string]: any}
Additional Metadata for the secret.
- mode string
Metadata provided by a user or system for informational purposes.
- name string
Human-readable name for the Secret. Does not have to be unique.
- payload string
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- payload
Content stringEncoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- payload
Content stringType (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- region string
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- secret
Type string Used to indicate the type of secret being stored. For more information see Secret types.
- acl
Dict[Secret
V1Acl] Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- algorithm str
Metadata provided by a user or system for informational purposes.
- bit_
length float Metadata provided by a user or system for informational purposes.
- expiration str
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- metadata Dict[str, Any]
Additional Metadata for the secret.
- mode str
Metadata provided by a user or system for informational purposes.
- name str
Human-readable name for the Secret. Does not have to be unique.
- payload str
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- payload_
content_ strencoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- payload_
content_ strtype (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- region str
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- secret_
type str Used to indicate the type of secret being stored. For more information see Secret types.
Outputs
All input properties are implicitly available as output properties. Additionally, the SecretV1 resource produces the following output properties:
- All
Metadata Dictionary<string, object> The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- Content
Types Dictionary<string, object> The map of the content types, assigned on the secret.
- Created
At string The date the secret ACL was created.
- Creator
Id string The creator of the secret.
- Id string
- The provider-assigned unique ID for this managed resource.
- Secret
Ref string The secret reference / where to find the secret.
- Status string
The status of the secret.
- Updated
At string The date the secret ACL was last updated.
- All
Metadata map[string]interface{} The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- Content
Types map[string]interface{} The map of the content types, assigned on the secret.
- Created
At string The date the secret ACL was created.
- Creator
Id string The creator of the secret.
- Id string
- The provider-assigned unique ID for this managed resource.
- Secret
Ref string The secret reference / where to find the secret.
- Status string
The status of the secret.
- Updated
At string The date the secret ACL was last updated.
- all
Metadata {[key: string]: any} The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- content
Types {[key: string]: any} The map of the content types, assigned on the secret.
- created
At string The date the secret ACL was created.
- creator
Id string The creator of the secret.
- id string
- The provider-assigned unique ID for this managed resource.
- secret
Ref string The secret reference / where to find the secret.
- status string
The status of the secret.
- updated
At string The date the secret ACL was last updated.
- all_
metadata Dict[str, Any] The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- content_
types Dict[str, Any] The map of the content types, assigned on the secret.
- created_
at str The date the secret ACL was created.
- creator_
id str The creator of the secret.
- id str
- The provider-assigned unique ID for this managed resource.
- secret_
ref str The secret reference / where to find the secret.
- status str
The status of the secret.
- updated_
at str The date the secret ACL was last updated.
Look up an Existing SecretV1 Resource
Get an existing SecretV1 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?: SecretV1State, opts?: CustomResourceOptions): SecretV1static get(resource_name, id, opts=None, acl=None, algorithm=None, all_metadata=None, bit_length=None, content_types=None, created_at=None, creator_id=None, expiration=None, metadata=None, mode=None, name=None, payload=None, payload_content_encoding=None, payload_content_type=None, region=None, secret_ref=None, secret_type=None, status=None, updated_at=None, __props__=None);func GetSecretV1(ctx *Context, name string, id IDInput, state *SecretV1State, opts ...ResourceOption) (*SecretV1, error)public static SecretV1 Get(string name, Input<string> id, SecretV1State? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Acl
Pulumi.
Open Stack. Key Manager. Inputs. Secret V1Acl Args Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- Algorithm string
Metadata provided by a user or system for informational purposes.
- All
Metadata Dictionary<string, object> The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- Bit
Length int Metadata provided by a user or system for informational purposes.
- Content
Types Dictionary<string, object> The map of the content types, assigned on the secret.
- Created
At string The date the secret ACL was created.
- Creator
Id string The creator of the secret.
- Expiration string
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- Metadata Dictionary<string, object>
Additional Metadata for the secret.
- Mode string
Metadata provided by a user or system for informational purposes.
- Name string
Human-readable name for the Secret. Does not have to be unique.
- Payload string
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- Payload
Content stringEncoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- Payload
Content stringType (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- Region string
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- Secret
Ref string The secret reference / where to find the secret.
- Secret
Type string Used to indicate the type of secret being stored. For more information see Secret types.
- Status string
The status of the secret.
- Updated
At string The date the secret ACL was last updated.
- Acl
Secret
V1Acl Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- Algorithm string
Metadata provided by a user or system for informational purposes.
- All
Metadata map[string]interface{} The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- Bit
Length int Metadata provided by a user or system for informational purposes.
- Content
Types map[string]interface{} The map of the content types, assigned on the secret.
- Created
At string The date the secret ACL was created.
- Creator
Id string The creator of the secret.
- Expiration string
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- Metadata map[string]interface{}
Additional Metadata for the secret.
- Mode string
Metadata provided by a user or system for informational purposes.
- Name string
Human-readable name for the Secret. Does not have to be unique.
- Payload string
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- Payload
Content stringEncoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- Payload
Content stringType (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- Region string
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- Secret
Ref string The secret reference / where to find the secret.
- Secret
Type string Used to indicate the type of secret being stored. For more information see Secret types.
- Status string
The status of the secret.
- Updated
At string The date the secret ACL was last updated.
- acl
Secret
V1Acl Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- algorithm string
Metadata provided by a user or system for informational purposes.
- all
Metadata {[key: string]: any} The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- bit
Length number Metadata provided by a user or system for informational purposes.
- content
Types {[key: string]: any} The map of the content types, assigned on the secret.
- created
At string The date the secret ACL was created.
- creator
Id string The creator of the secret.
- expiration string
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- metadata {[key: string]: any}
Additional Metadata for the secret.
- mode string
Metadata provided by a user or system for informational purposes.
- name string
Human-readable name for the Secret. Does not have to be unique.
- payload string
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- payload
Content stringEncoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- payload
Content stringType (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- region string
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- secret
Ref string The secret reference / where to find the secret.
- secret
Type string Used to indicate the type of secret being stored. For more information see Secret types.
- status string
The status of the secret.
- updated
At string The date the secret ACL was last updated.
- acl
Dict[Secret
V1Acl] Allows to control an access to a secret. Currently only the
readoperation is supported. If not specified, the secret is accessible project wide.- algorithm str
Metadata provided by a user or system for informational purposes.
- all_
metadata Dict[str, Any] The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
- bit_
length float Metadata provided by a user or system for informational purposes.
- content_
types Dict[str, Any] The map of the content types, assigned on the secret.
- created_
at str The date the secret ACL was created.
- creator_
id str The creator of the secret.
- expiration str
The expiration time of the secret in the RFC3339 timestamp format (e.g.
2019-03-09T12:58:49Z). If omitted, a secret will never expire. Changing this creates a new secret.- metadata Dict[str, Any]
Additional Metadata for the secret.
- mode str
Metadata provided by a user or system for informational purposes.
- name str
Human-readable name for the Secret. Does not have to be unique.
- payload str
The secret’s data to be stored. payload_content_type must also be supplied if payload is included.
- payload_
content_ strencoding (required if payload is encoded) The encoding used for the payload to be able to include it in the JSON request. Must be either
base64orbinary.- payload_
content_ strtype (required if payload is included) The media type for the content of the payload. Must be one of
text/plain,text/plain;charset=utf-8,text/plain; charset=utf-8,application/octet-stream,application/pkcs8.- region str
The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a secret. If omitted, the
regionargument of the provider is used. Changing this creates a new V1 secret.- secret_
ref str The secret reference / where to find the secret.
- secret_
type str Used to indicate the type of secret being stored. For more information see Secret types.
- status str
The status of the secret.
- updated_
at str The date the secret ACL was last updated.
Supporting Types
SecretV1Acl
SecretV1AclRead
- Created
At string The date the secret ACL was created.
- Project
Access bool Whether the secret is accessible project wide. Defaults to
true.- Updated
At string The date the secret ACL was last updated.
- Users List<string>
The list of user IDs, which are allowed to access the secret, when
project_accessis set tofalse.
- Created
At string The date the secret ACL was created.
- Project
Access bool Whether the secret is accessible project wide. Defaults to
true.- Updated
At string The date the secret ACL was last updated.
- Users []string
The list of user IDs, which are allowed to access the secret, when
project_accessis set tofalse.
- created
At string The date the secret ACL was created.
- project
Access boolean Whether the secret is accessible project wide. Defaults to
true.- updated
At string The date the secret ACL was last updated.
- users string[]
The list of user IDs, which are allowed to access the secret, when
project_accessis set tofalse.
- created_
at str The date the secret ACL was created.
- project
Access bool Whether the secret is accessible project wide. Defaults to
true.- updated_
at str The date the secret ACL was last updated.
- users List[str]
The list of user IDs, which are allowed to access the secret, when
project_accessis set tofalse.
Package Details
- Repository
- https://github.com/pulumi/pulumi-openstack
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
openstackTerraform Provider.