Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.Vault.getSecretVersionSdkV2
Explore with Pulumi AI
Using getSecretVersionSdkV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSecretVersionSdkV2(args: GetSecretVersionSdkV2Args, opts?: InvokeOptions): Promise<GetSecretVersionSdkV2Result>
function getSecretVersionSdkV2Output(args: GetSecretVersionSdkV2OutputArgs, opts?: InvokeOptions): Output<GetSecretVersionSdkV2Result>
def get_secret_version_sdk_v2(secret_id: Optional[str] = None,
secret_version_number: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecretVersionSdkV2Result
def get_secret_version_sdk_v2_output(secret_id: Optional[pulumi.Input[str]] = None,
secret_version_number: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecretVersionSdkV2Result]
func GetSecretVersionSdkV2(ctx *Context, args *GetSecretVersionSdkV2Args, opts ...InvokeOption) (*GetSecretVersionSdkV2Result, error)
func GetSecretVersionSdkV2Output(ctx *Context, args *GetSecretVersionSdkV2OutputArgs, opts ...InvokeOption) GetSecretVersionSdkV2ResultOutput
> Note: This function is named GetSecretVersionSdkV2
in the Go SDK.
public static class GetSecretVersionSdkV2
{
public static Task<GetSecretVersionSdkV2Result> InvokeAsync(GetSecretVersionSdkV2Args args, InvokeOptions? opts = null)
public static Output<GetSecretVersionSdkV2Result> Invoke(GetSecretVersionSdkV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSecretVersionSdkV2Result> getSecretVersionSdkV2(GetSecretVersionSdkV2Args args, InvokeOptions options)
public static Output<GetSecretVersionSdkV2Result> getSecretVersionSdkV2(GetSecretVersionSdkV2Args args, InvokeOptions options)
fn::invoke:
function: oci:Vault/getSecretVersionSdkV2:getSecretVersionSdkV2
arguments:
# arguments dictionary
The following arguments are supported:
- Secret
Id string - Secret
Version stringNumber
- Secret
Id string - Secret
Version stringNumber
- secret
Id String - secret
Version StringNumber
- secret
Id string - secret
Version stringNumber
- secret_
id str - secret_
version_ strnumber
- secret
Id String - secret
Version StringNumber
getSecretVersionSdkV2 Result
The following output properties are available:
- Content
Type string - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Content boolAuto Generated - Name string
- Secret
Id string - Secret
Version stringNumber - Stages List<string>
- Time
Created string - Time
Of stringCurrent Version Expiry - Time
Of stringDeletion - Version
Number string
- Content
Type string - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Content boolAuto Generated - Name string
- Secret
Id string - Secret
Version stringNumber - Stages []string
- Time
Created string - Time
Of stringCurrent Version Expiry - Time
Of stringDeletion - Version
Number string
- content
Type String - id String
- The provider-assigned unique ID for this managed resource.
- is
Content BooleanAuto Generated - name String
- secret
Id String - secret
Version StringNumber - stages List<String>
- time
Created String - time
Of StringCurrent Version Expiry - time
Of StringDeletion - version
Number String
- content
Type string - id string
- The provider-assigned unique ID for this managed resource.
- is
Content booleanAuto Generated - name string
- secret
Id string - secret
Version stringNumber - stages string[]
- time
Created string - time
Of stringCurrent Version Expiry - time
Of stringDeletion - version
Number string
- content_
type str - id str
- The provider-assigned unique ID for this managed resource.
- is_
content_ boolauto_ generated - name str
- secret_
id str - secret_
version_ strnumber - stages Sequence[str]
- time_
created str - time_
of_ strcurrent_ version_ expiry - time_
of_ strdeletion - version_
number str
- content
Type String - id String
- The provider-assigned unique ID for this managed resource.
- is
Content BooleanAuto Generated - name String
- secret
Id String - secret
Version StringNumber - stages List<String>
- time
Created String - time
Of StringCurrent Version Expiry - time
Of StringDeletion - version
Number String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.