Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
AuthenticationSequence data source
Using getAuthenticationSequence
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 getAuthenticationSequence(args: GetAuthenticationSequenceArgs, opts?: InvokeOptions): Promise<GetAuthenticationSequenceResult>
function getAuthenticationSequenceOutput(args: GetAuthenticationSequenceOutputArgs, opts?: InvokeOptions): Output<GetAuthenticationSequenceResult>def get_authentication_sequence(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAuthenticationSequenceResult
def get_authentication_sequence_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuthenticationSequenceResult]func LookupAuthenticationSequence(ctx *Context, args *LookupAuthenticationSequenceArgs, opts ...InvokeOption) (*LookupAuthenticationSequenceResult, error)
func LookupAuthenticationSequenceOutput(ctx *Context, args *LookupAuthenticationSequenceOutputArgs, opts ...InvokeOption) LookupAuthenticationSequenceResultOutput> Note: This function is named LookupAuthenticationSequence in the Go SDK.
public static class GetAuthenticationSequence
{
public static Task<GetAuthenticationSequenceResult> InvokeAsync(GetAuthenticationSequenceArgs args, InvokeOptions? opts = null)
public static Output<GetAuthenticationSequenceResult> Invoke(GetAuthenticationSequenceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAuthenticationSequenceResult> getAuthenticationSequence(GetAuthenticationSequenceArgs args, InvokeOptions options)
public static Output<GetAuthenticationSequenceResult> getAuthenticationSequence(GetAuthenticationSequenceArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getAuthenticationSequence:getAuthenticationSequence
arguments:
# arguments dictionaryThe following arguments are supported:
getAuthenticationSequence Result
The following output properties are available:
- Authentication
Profiles List<string> - An ordered list of authentication profiles
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the authentication sequence
- Name string
- The name of the authentication sequence
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Use
Domain boolFind Profile - Use domain to determine authentication profile?
- Authentication
Profiles []string - An ordered list of authentication profiles
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the authentication sequence
- Name string
- The name of the authentication sequence
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Use
Domain boolFind Profile - Use domain to determine authentication profile?
- authentication
Profiles List<String> - An ordered list of authentication profiles
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the authentication sequence
- name String
- The name of the authentication sequence
- snippet String
- The snippet in which the resource is defined
- tfid String
- use
Domain BooleanFind Profile - Use domain to determine authentication profile?
- authentication
Profiles string[] - An ordered list of authentication profiles
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- id string
- The UUID of the authentication sequence
- name string
- The name of the authentication sequence
- snippet string
- The snippet in which the resource is defined
- tfid string
- use
Domain booleanFind Profile - Use domain to determine authentication profile?
- authentication_
profiles Sequence[str] - An ordered list of authentication profiles
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- id str
- The UUID of the authentication sequence
- name str
- The name of the authentication sequence
- snippet str
- The snippet in which the resource is defined
- tfid str
- use_
domain_ boolfind_ profile - Use domain to determine authentication profile?
- authentication
Profiles List<String> - An ordered list of authentication profiles
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the authentication sequence
- name String
- The name of the authentication sequence
- snippet String
- The snippet in which the resource is defined
- tfid String
- use
Domain BooleanFind Profile - Use domain to determine authentication profile?
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
