Cisco ISE v0.1.7 published on Tuesday, Sep 24, 2024 by Pulumi
ise.identitymanagement.getCertificateAuthenticationProfile
Explore with Pulumi AI
This data source can read the Certificate Authentication Profile.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = ise.identitymanagement.getCertificateAuthenticationProfile({
id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
});
import pulumi
import pulumi_ise as ise
example = ise.identitymanagement.get_certificate_authentication_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
package main
import (
"github.com/pulumi/pulumi-ise/sdk/go/ise/identitymanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := identitymanagement.LookupCertificateAuthenticationProfile(ctx, &identitymanagement.LookupCertificateAuthenticationProfileArgs{
Id: pulumi.StringRef("76d24097-41c4-4558-a4d0-a8c07ac08470"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ise = Pulumi.Ise;
return await Deployment.RunAsync(() =>
{
var example = Ise.IdentityManagement.GetCertificateAuthenticationProfile.Invoke(new()
{
Id = "76d24097-41c4-4558-a4d0-a8c07ac08470",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ise.identitymanagement.IdentitymanagementFunctions;
import com.pulumi.ise.identitymanagement.inputs.GetCertificateAuthenticationProfileArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = IdentitymanagementFunctions.getCertificateAuthenticationProfile(GetCertificateAuthenticationProfileArgs.builder()
.id("76d24097-41c4-4558-a4d0-a8c07ac08470")
.build());
}
}
variables:
example:
fn::invoke:
Function: ise:identitymanagement:getCertificateAuthenticationProfile
Arguments:
id: 76d24097-41c4-4558-a4d0-a8c07ac08470
Using getCertificateAuthenticationProfile
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 getCertificateAuthenticationProfile(args: GetCertificateAuthenticationProfileArgs, opts?: InvokeOptions): Promise<GetCertificateAuthenticationProfileResult>
function getCertificateAuthenticationProfileOutput(args: GetCertificateAuthenticationProfileOutputArgs, opts?: InvokeOptions): Output<GetCertificateAuthenticationProfileResult>
def get_certificate_authentication_profile(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificateAuthenticationProfileResult
def get_certificate_authentication_profile_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCertificateAuthenticationProfileResult]
func LookupCertificateAuthenticationProfile(ctx *Context, args *LookupCertificateAuthenticationProfileArgs, opts ...InvokeOption) (*LookupCertificateAuthenticationProfileResult, error)
func LookupCertificateAuthenticationProfileOutput(ctx *Context, args *LookupCertificateAuthenticationProfileOutputArgs, opts ...InvokeOption) LookupCertificateAuthenticationProfileResultOutput
> Note: This function is named LookupCertificateAuthenticationProfile
in the Go SDK.
public static class GetCertificateAuthenticationProfile
{
public static Task<GetCertificateAuthenticationProfileResult> InvokeAsync(GetCertificateAuthenticationProfileArgs args, InvokeOptions? opts = null)
public static Output<GetCertificateAuthenticationProfileResult> Invoke(GetCertificateAuthenticationProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCertificateAuthenticationProfileResult> getCertificateAuthenticationProfile(GetCertificateAuthenticationProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: ise:identitymanagement/getCertificateAuthenticationProfile:getCertificateAuthenticationProfile
arguments:
# arguments dictionary
The following arguments are supported:
getCertificateAuthenticationProfile Result
The following output properties are available:
- Allowed
As boolUser Name - Allow as username
- Certificate
Attribute stringName - Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in
username_from
. - Description string
- Description
- External
Identity stringStore Name - Referred IDStore name for the Certificate Profile or
[not applicable]
in case no identity store is chosen - Id string
- The id of the object
- Match
Mode string - Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVEIDENTITYAMBIGUITY, BINARY_COMPARISON
- Name string
- The name of the certificate profile
- Username
From string - The attribute in the certificate where the user name should be taken from. Allowed values:
CERTIFICATE
(for a specific attribute as defined in certificateAttributeName),UPN
(for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
- Allowed
As boolUser Name - Allow as username
- Certificate
Attribute stringName - Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in
username_from
. - Description string
- Description
- External
Identity stringStore Name - Referred IDStore name for the Certificate Profile or
[not applicable]
in case no identity store is chosen - Id string
- The id of the object
- Match
Mode string - Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVEIDENTITYAMBIGUITY, BINARY_COMPARISON
- Name string
- The name of the certificate profile
- Username
From string - The attribute in the certificate where the user name should be taken from. Allowed values:
CERTIFICATE
(for a specific attribute as defined in certificateAttributeName),UPN
(for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
- allowed
As BooleanUser Name - Allow as username
- certificate
Attribute StringName - Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in
username_from
. - description String
- Description
- external
Identity StringStore Name - Referred IDStore name for the Certificate Profile or
[not applicable]
in case no identity store is chosen - id String
- The id of the object
- match
Mode String - Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVEIDENTITYAMBIGUITY, BINARY_COMPARISON
- name String
- The name of the certificate profile
- username
From String - The attribute in the certificate where the user name should be taken from. Allowed values:
CERTIFICATE
(for a specific attribute as defined in certificateAttributeName),UPN
(for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
- allowed
As booleanUser Name - Allow as username
- certificate
Attribute stringName - Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in
username_from
. - description string
- Description
- external
Identity stringStore Name - Referred IDStore name for the Certificate Profile or
[not applicable]
in case no identity store is chosen - id string
- The id of the object
- match
Mode string - Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVEIDENTITYAMBIGUITY, BINARY_COMPARISON
- name string
- The name of the certificate profile
- username
From string - The attribute in the certificate where the user name should be taken from. Allowed values:
CERTIFICATE
(for a specific attribute as defined in certificateAttributeName),UPN
(for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
- allowed_
as_ booluser_ name - Allow as username
- certificate_
attribute_ strname - Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in
username_from
. - description str
- Description
- external_
identity_ strstore_ name - Referred IDStore name for the Certificate Profile or
[not applicable]
in case no identity store is chosen - id str
- The id of the object
- match_
mode str - Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVEIDENTITYAMBIGUITY, BINARY_COMPARISON
- name str
- The name of the certificate profile
- username_
from str - The attribute in the certificate where the user name should be taken from. Allowed values:
CERTIFICATE
(for a specific attribute as defined in certificateAttributeName),UPN
(for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
- allowed
As BooleanUser Name - Allow as username
- certificate
Attribute StringName - Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in
username_from
. - description String
- Description
- external
Identity StringStore Name - Referred IDStore name for the Certificate Profile or
[not applicable]
in case no identity store is chosen - id String
- The id of the object
- match
Mode String - Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVEIDENTITYAMBIGUITY, BINARY_COMPARISON
- name String
- The name of the certificate profile
- username
From String - The attribute in the certificate where the user name should be taken from. Allowed values:
CERTIFICATE
(for a specific attribute as defined in certificateAttributeName),UPN
(for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ise
Terraform Provider.