1. Packages
  2. Cisco ISE
  3. API Docs
  4. networkaccess
  5. getAllowedProtocols
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

ise.networkaccess.getAllowedProtocols

Explore with Pulumi AI

ise logo
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

    This data source can read an allowed protocols policy element.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.networkaccess.getAllowedProtocols({
        id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.networkaccess.get_allowed_protocols(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ise/sdk/go/ise/networkaccess"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := networkaccess.LookupAllowedProtocols(ctx, &networkaccess.LookupAllowedProtocolsArgs{
    			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.NetworkAccess.GetAllowedProtocols.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.networkaccess.NetworkaccessFunctions;
    import com.pulumi.ise.networkaccess.inputs.GetAllowedProtocolsArgs;
    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 = NetworkaccessFunctions.getAllowedProtocols(GetAllowedProtocolsArgs.builder()
                .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: ise:networkaccess:getAllowedProtocols
          Arguments:
            id: 76d24097-41c4-4558-a4d0-a8c07ac08470
    

    Using getAllowedProtocols

    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 getAllowedProtocols(args: GetAllowedProtocolsArgs, opts?: InvokeOptions): Promise<GetAllowedProtocolsResult>
    function getAllowedProtocolsOutput(args: GetAllowedProtocolsOutputArgs, opts?: InvokeOptions): Output<GetAllowedProtocolsResult>
    def get_allowed_protocols(id: Optional[str] = None,
                              name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAllowedProtocolsResult
    def get_allowed_protocols_output(id: Optional[pulumi.Input[str]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAllowedProtocolsResult]
    func LookupAllowedProtocols(ctx *Context, args *LookupAllowedProtocolsArgs, opts ...InvokeOption) (*LookupAllowedProtocolsResult, error)
    func LookupAllowedProtocolsOutput(ctx *Context, args *LookupAllowedProtocolsOutputArgs, opts ...InvokeOption) LookupAllowedProtocolsResultOutput

    > Note: This function is named LookupAllowedProtocols in the Go SDK.

    public static class GetAllowedProtocols 
    {
        public static Task<GetAllowedProtocolsResult> InvokeAsync(GetAllowedProtocolsArgs args, InvokeOptions? opts = null)
        public static Output<GetAllowedProtocolsResult> Invoke(GetAllowedProtocolsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAllowedProtocolsResult> getAllowedProtocols(GetAllowedProtocolsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: ise:networkaccess/getAllowedProtocols:getAllowedProtocols
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the object
    Name string
    The name of the allowed protocols
    Id string
    The id of the object
    Name string
    The name of the allowed protocols
    id String
    The id of the object
    name String
    The name of the allowed protocols
    id string
    The id of the object
    name string
    The name of the allowed protocols
    id str
    The id of the object
    name str
    The name of the allowed protocols
    id String
    The id of the object
    name String
    The name of the allowed protocols

    getAllowedProtocols Result

    The following output properties are available:

    Allow5g bool
    Allow 5G. This field is only supported from ISE 3.2.
    AllowChap bool
    Allow CHAP
    AllowEapFast bool
    Allow EAP Fast
    AllowEapMd5 bool
    Allow EAP MD5
    AllowEapTls bool
    Allow EAP TLS
    AllowEapTtls bool
    Allow EAP TTLS
    AllowLeap bool
    Allow LEAP
    AllowMsChapV1 bool
    Allow MS CHAP v1
    AllowMsChapV2 bool
    Allow MS CHAP v2
    AllowPapAscii bool
    Allow PAP ASCII
    AllowPeap bool
    Allow PEAP
    AllowPreferredEapProtocol bool
    Allow preferred EAP protocol
    AllowTeap bool
    Allow TEAP
    AllowWeakCiphersForEap bool
    Allow weak ciphers for EAP
    Description string
    Description
    EapFastAcceptClientCert bool
    Accept client certificates. Is required only if eap_fast_use_pacs is false.
    EapFastAllowMachineAuthentication bool
    Allow machine authentication. Is required only if eap_fast_use_pacs is false.
    EapFastEapGtc bool
    Allow EAP GTC
    EapFastEapGtcPwdChange bool
    Allow EAP GTC password change. Is required only if eap_fast_eap_gtc is true.
    EapFastEapGtcPwdChangeRetries int
    EAP GTC password change retries. Is required only if eap_fast_eap_gtc is true.
    EapFastEapMsChapV2 bool
    Allow EAP MS CHAP v2
    EapFastEapMsChapV2PwdChange bool
    Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2 is true.
    EapFastEapMsChapV2PwdChangeRetries int
    EAP MS CHAP v2 password change retries. Is required only if eap_fast_eap_ms_chap_v2 is true.
    EapFastEapTls bool
    Allow EAP TLS
    EapFastEapTlsAuthOfExpiredCerts bool
    Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tls is true.
    EapFastEnableEapChaining bool
    Enable EAP chaining
    EapFastPacsAllowAnonymousProvisioning bool
    Allow anonymous provisioning. Is required only if eap_fast_use_pacs is true.
    EapFastPacsAllowAuthenticatedProvisioning bool
    Allow authenticated provisioning. Is required only if eap_fast_use_pacs is true.
    EapFastPacsAllowClientCert bool
    Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    EapFastPacsAllowMachineAuthentication bool
    Allow machine authentication. Is required only if eap_fast_use_pacs is true.
    EapFastPacsAuthorizationPacTtl int
    Authorization PAC TTL. Is required only if eap_fast_pacs_stateless_session_resume is true.
    EapFastPacsAuthorizationPacTtlUnit string
    Authorization PAC TTL unit. Is required only if eap_fast_pacs_stateless_session_resume is true.
    EapFastPacsMachinePacTtl int
    Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    EapFastPacsMachinePacTtlUnit string
    Machine PAC TTL unit. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    EapFastPacsServerReturns bool
    Server returns access accept after authenticated provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    EapFastPacsStatelessSessionResume bool
    Stateless session resume. Is required only if eap_fast_use_pacs is true.
    EapFastPacsTunnelPacTtl int
    PACs tunnel PAC time to live. Is required only if eap_fast_use_pacs is true.
    EapFastPacsTunnelPacTtlUnit string
    PACs tunnel PAC time to live unit. Is required only if eap_fast_use_pacs is true.
    EapFastPacsUseProactivePacUpdatePercentage int
    Use proactive pac update percentage. Is required only if eap_fast_use_pacs is true.
    EapFastUsePacs bool
    Use PACs
    EapTlsAllowAuthOfExpiredCerts bool
    Allow authentication of expired certificates
    EapTlsEnableStatelessSessionResume bool
    Enable stateless session resume
    EapTlsLBit bool
    EAP TLS L-Bit
    EapTlsSessionTicketPercentage int
    Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resume is true.
    EapTlsSessionTicketTtl int
    Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resume is true.
    EapTlsSessionTicketTtlUnit string
    Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resume is true.
    EapTtlsChap bool
    Allow CHAP
    EapTtlsEapMd5 bool
    Allow EAP MD5
    EapTtlsEapMsChapV2 bool
    Allow EAP MS CHAP v2
    EapTtlsEapMsChapV2PwdChange bool
    Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    EapTtlsEapMsChapV2PwdChangeRetries int
    EAP MS CHAP v2 password change retries. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    EapTtlsMsChapV1 bool
    Allow MS CHAP v1
    EapTtlsMsChapV2 bool
    Allow MS CHAP v2
    EapTtlsPapAscii bool
    Allow PAP ASCII
    Id string
    The id of the object
    Name string
    The name of the allowed protocols
    PeapAllowPeapEapGtc bool
    Allow PEAP EAP GTC
    PeapAllowPeapEapGtcPwdChange bool
    Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtc is true.
    PeapAllowPeapEapGtcPwdChangeRetries int
    PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtc is true.
    PeapAllowPeapEapMsChapV2 bool
    Allow PEAP EAP MS CHAP v2
    PeapAllowPeapEapMsChapV2PwdChange bool
    Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2 is true.
    PeapAllowPeapEapMsChapV2PwdChangeRetries int
    Allow PEAP EAP MS CHAP v2 password change retries. Is required only if allow_peap_eap_ms_chap_v2 is true.
    PeapAllowPeapEapTls bool
    Allow PEAP EAP TLS
    PeapAllowPeapEapTlsAuthOfExpiredCerts bool
    Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tls is true.
    PeapPeapV0 bool
    Allow PEAP v0
    PreferredEapProtocol string
    Preferred EAP protocol
    ProcessHostLookup bool
    Process host lookup
    RequireCryptobinding bool
    Require cryptobinding
    RequireMessageAuth bool
    Require message authentication
    TeapDowngradeMsk bool
    Allow downgrade to MSK
    TeapEapAcceptClientCertDuringTunnelEst bool
    Accept client certificate during tunnel establishment
    TeapEapChaining bool
    Allow EAP chaining
    TeapEapMsChapV2 bool
    Allow EAP MS CHAP v2
    TeapEapMsChapV2PwdChange bool
    Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2 is true.
    TeapEapMsChapV2PwdChangeRetries int
    EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2 is true.
    TeapEapTls bool
    Allow EAP TLS
    TeapEapTlsAuthOfExpiredCerts bool
    Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tls is true.
    TeapRequestBasicPwdAuth bool
    Request basic password authentication
    Allow5g bool
    Allow 5G. This field is only supported from ISE 3.2.
    AllowChap bool
    Allow CHAP
    AllowEapFast bool
    Allow EAP Fast
    AllowEapMd5 bool
    Allow EAP MD5
    AllowEapTls bool
    Allow EAP TLS
    AllowEapTtls bool
    Allow EAP TTLS
    AllowLeap bool
    Allow LEAP
    AllowMsChapV1 bool
    Allow MS CHAP v1
    AllowMsChapV2 bool
    Allow MS CHAP v2
    AllowPapAscii bool
    Allow PAP ASCII
    AllowPeap bool
    Allow PEAP
    AllowPreferredEapProtocol bool
    Allow preferred EAP protocol
    AllowTeap bool
    Allow TEAP
    AllowWeakCiphersForEap bool
    Allow weak ciphers for EAP
    Description string
    Description
    EapFastAcceptClientCert bool
    Accept client certificates. Is required only if eap_fast_use_pacs is false.
    EapFastAllowMachineAuthentication bool
    Allow machine authentication. Is required only if eap_fast_use_pacs is false.
    EapFastEapGtc bool
    Allow EAP GTC
    EapFastEapGtcPwdChange bool
    Allow EAP GTC password change. Is required only if eap_fast_eap_gtc is true.
    EapFastEapGtcPwdChangeRetries int
    EAP GTC password change retries. Is required only if eap_fast_eap_gtc is true.
    EapFastEapMsChapV2 bool
    Allow EAP MS CHAP v2
    EapFastEapMsChapV2PwdChange bool
    Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2 is true.
    EapFastEapMsChapV2PwdChangeRetries int
    EAP MS CHAP v2 password change retries. Is required only if eap_fast_eap_ms_chap_v2 is true.
    EapFastEapTls bool
    Allow EAP TLS
    EapFastEapTlsAuthOfExpiredCerts bool
    Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tls is true.
    EapFastEnableEapChaining bool
    Enable EAP chaining
    EapFastPacsAllowAnonymousProvisioning bool
    Allow anonymous provisioning. Is required only if eap_fast_use_pacs is true.
    EapFastPacsAllowAuthenticatedProvisioning bool
    Allow authenticated provisioning. Is required only if eap_fast_use_pacs is true.
    EapFastPacsAllowClientCert bool
    Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    EapFastPacsAllowMachineAuthentication bool
    Allow machine authentication. Is required only if eap_fast_use_pacs is true.
    EapFastPacsAuthorizationPacTtl int
    Authorization PAC TTL. Is required only if eap_fast_pacs_stateless_session_resume is true.
    EapFastPacsAuthorizationPacTtlUnit string
    Authorization PAC TTL unit. Is required only if eap_fast_pacs_stateless_session_resume is true.
    EapFastPacsMachinePacTtl int
    Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    EapFastPacsMachinePacTtlUnit string
    Machine PAC TTL unit. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    EapFastPacsServerReturns bool
    Server returns access accept after authenticated provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    EapFastPacsStatelessSessionResume bool
    Stateless session resume. Is required only if eap_fast_use_pacs is true.
    EapFastPacsTunnelPacTtl int
    PACs tunnel PAC time to live. Is required only if eap_fast_use_pacs is true.
    EapFastPacsTunnelPacTtlUnit string
    PACs tunnel PAC time to live unit. Is required only if eap_fast_use_pacs is true.
    EapFastPacsUseProactivePacUpdatePercentage int
    Use proactive pac update percentage. Is required only if eap_fast_use_pacs is true.
    EapFastUsePacs bool
    Use PACs
    EapTlsAllowAuthOfExpiredCerts bool
    Allow authentication of expired certificates
    EapTlsEnableStatelessSessionResume bool
    Enable stateless session resume
    EapTlsLBit bool
    EAP TLS L-Bit
    EapTlsSessionTicketPercentage int
    Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resume is true.
    EapTlsSessionTicketTtl int
    Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resume is true.
    EapTlsSessionTicketTtlUnit string
    Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resume is true.
    EapTtlsChap bool
    Allow CHAP
    EapTtlsEapMd5 bool
    Allow EAP MD5
    EapTtlsEapMsChapV2 bool
    Allow EAP MS CHAP v2
    EapTtlsEapMsChapV2PwdChange bool
    Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    EapTtlsEapMsChapV2PwdChangeRetries int
    EAP MS CHAP v2 password change retries. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    EapTtlsMsChapV1 bool
    Allow MS CHAP v1
    EapTtlsMsChapV2 bool
    Allow MS CHAP v2
    EapTtlsPapAscii bool
    Allow PAP ASCII
    Id string
    The id of the object
    Name string
    The name of the allowed protocols
    PeapAllowPeapEapGtc bool
    Allow PEAP EAP GTC
    PeapAllowPeapEapGtcPwdChange bool
    Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtc is true.
    PeapAllowPeapEapGtcPwdChangeRetries int
    PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtc is true.
    PeapAllowPeapEapMsChapV2 bool
    Allow PEAP EAP MS CHAP v2
    PeapAllowPeapEapMsChapV2PwdChange bool
    Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2 is true.
    PeapAllowPeapEapMsChapV2PwdChangeRetries int
    Allow PEAP EAP MS CHAP v2 password change retries. Is required only if allow_peap_eap_ms_chap_v2 is true.
    PeapAllowPeapEapTls bool
    Allow PEAP EAP TLS
    PeapAllowPeapEapTlsAuthOfExpiredCerts bool
    Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tls is true.
    PeapPeapV0 bool
    Allow PEAP v0
    PreferredEapProtocol string
    Preferred EAP protocol
    ProcessHostLookup bool
    Process host lookup
    RequireCryptobinding bool
    Require cryptobinding
    RequireMessageAuth bool
    Require message authentication
    TeapDowngradeMsk bool
    Allow downgrade to MSK
    TeapEapAcceptClientCertDuringTunnelEst bool
    Accept client certificate during tunnel establishment
    TeapEapChaining bool
    Allow EAP chaining
    TeapEapMsChapV2 bool
    Allow EAP MS CHAP v2
    TeapEapMsChapV2PwdChange bool
    Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2 is true.
    TeapEapMsChapV2PwdChangeRetries int
    EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2 is true.
    TeapEapTls bool
    Allow EAP TLS
    TeapEapTlsAuthOfExpiredCerts bool
    Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tls is true.
    TeapRequestBasicPwdAuth bool
    Request basic password authentication
    allow5g Boolean
    Allow 5G. This field is only supported from ISE 3.2.
    allowChap Boolean
    Allow CHAP
    allowEapFast Boolean
    Allow EAP Fast
    allowEapMd5 Boolean
    Allow EAP MD5
    allowEapTls Boolean
    Allow EAP TLS
    allowEapTtls Boolean
    Allow EAP TTLS
    allowLeap Boolean
    Allow LEAP
    allowMsChapV1 Boolean
    Allow MS CHAP v1
    allowMsChapV2 Boolean
    Allow MS CHAP v2
    allowPapAscii Boolean
    Allow PAP ASCII
    allowPeap Boolean
    Allow PEAP
    allowPreferredEapProtocol Boolean
    Allow preferred EAP protocol
    allowTeap Boolean
    Allow TEAP
    allowWeakCiphersForEap Boolean
    Allow weak ciphers for EAP
    description String
    Description
    eapFastAcceptClientCert Boolean
    Accept client certificates. Is required only if eap_fast_use_pacs is false.
    eapFastAllowMachineAuthentication Boolean
    Allow machine authentication. Is required only if eap_fast_use_pacs is false.
    eapFastEapGtc Boolean
    Allow EAP GTC
    eapFastEapGtcPwdChange Boolean
    Allow EAP GTC password change. Is required only if eap_fast_eap_gtc is true.
    eapFastEapGtcPwdChangeRetries Integer
    EAP GTC password change retries. Is required only if eap_fast_eap_gtc is true.
    eapFastEapMsChapV2 Boolean
    Allow EAP MS CHAP v2
    eapFastEapMsChapV2PwdChange Boolean
    Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eapFastEapMsChapV2PwdChangeRetries Integer
    EAP MS CHAP v2 password change retries. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eapFastEapTls Boolean
    Allow EAP TLS
    eapFastEapTlsAuthOfExpiredCerts Boolean
    Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tls is true.
    eapFastEnableEapChaining Boolean
    Enable EAP chaining
    eapFastPacsAllowAnonymousProvisioning Boolean
    Allow anonymous provisioning. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAllowAuthenticatedProvisioning Boolean
    Allow authenticated provisioning. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAllowClientCert Boolean
    Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eapFastPacsAllowMachineAuthentication Boolean
    Allow machine authentication. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAuthorizationPacTtl Integer
    Authorization PAC TTL. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eapFastPacsAuthorizationPacTtlUnit String
    Authorization PAC TTL unit. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eapFastPacsMachinePacTtl Integer
    Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eapFastPacsMachinePacTtlUnit String
    Machine PAC TTL unit. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eapFastPacsServerReturns Boolean
    Server returns access accept after authenticated provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eapFastPacsStatelessSessionResume Boolean
    Stateless session resume. Is required only if eap_fast_use_pacs is true.
    eapFastPacsTunnelPacTtl Integer
    PACs tunnel PAC time to live. Is required only if eap_fast_use_pacs is true.
    eapFastPacsTunnelPacTtlUnit String
    PACs tunnel PAC time to live unit. Is required only if eap_fast_use_pacs is true.
    eapFastPacsUseProactivePacUpdatePercentage Integer
    Use proactive pac update percentage. Is required only if eap_fast_use_pacs is true.
    eapFastUsePacs Boolean
    Use PACs
    eapTlsAllowAuthOfExpiredCerts Boolean
    Allow authentication of expired certificates
    eapTlsEnableStatelessSessionResume Boolean
    Enable stateless session resume
    eapTlsLBit Boolean
    EAP TLS L-Bit
    eapTlsSessionTicketPercentage Integer
    Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTlsSessionTicketTtl Integer
    Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTlsSessionTicketTtlUnit String
    Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTtlsChap Boolean
    Allow CHAP
    eapTtlsEapMd5 Boolean
    Allow EAP MD5
    eapTtlsEapMsChapV2 Boolean
    Allow EAP MS CHAP v2
    eapTtlsEapMsChapV2PwdChange Boolean
    Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eapTtlsEapMsChapV2PwdChangeRetries Integer
    EAP MS CHAP v2 password change retries. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eapTtlsMsChapV1 Boolean
    Allow MS CHAP v1
    eapTtlsMsChapV2 Boolean
    Allow MS CHAP v2
    eapTtlsPapAscii Boolean
    Allow PAP ASCII
    id String
    The id of the object
    name String
    The name of the allowed protocols
    peapAllowPeapEapGtc Boolean
    Allow PEAP EAP GTC
    peapAllowPeapEapGtcPwdChange Boolean
    Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtc is true.
    peapAllowPeapEapGtcPwdChangeRetries Integer
    PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtc is true.
    peapAllowPeapEapMsChapV2 Boolean
    Allow PEAP EAP MS CHAP v2
    peapAllowPeapEapMsChapV2PwdChange Boolean
    Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peapAllowPeapEapMsChapV2PwdChangeRetries Integer
    Allow PEAP EAP MS CHAP v2 password change retries. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peapAllowPeapEapTls Boolean
    Allow PEAP EAP TLS
    peapAllowPeapEapTlsAuthOfExpiredCerts Boolean
    Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tls is true.
    peapPeapV0 Boolean
    Allow PEAP v0
    preferredEapProtocol String
    Preferred EAP protocol
    processHostLookup Boolean
    Process host lookup
    requireCryptobinding Boolean
    Require cryptobinding
    requireMessageAuth Boolean
    Require message authentication
    teapDowngradeMsk Boolean
    Allow downgrade to MSK
    teapEapAcceptClientCertDuringTunnelEst Boolean
    Accept client certificate during tunnel establishment
    teapEapChaining Boolean
    Allow EAP chaining
    teapEapMsChapV2 Boolean
    Allow EAP MS CHAP v2
    teapEapMsChapV2PwdChange Boolean
    Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2 is true.
    teapEapMsChapV2PwdChangeRetries Integer
    EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2 is true.
    teapEapTls Boolean
    Allow EAP TLS
    teapEapTlsAuthOfExpiredCerts Boolean
    Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tls is true.
    teapRequestBasicPwdAuth Boolean
    Request basic password authentication
    allow5g boolean
    Allow 5G. This field is only supported from ISE 3.2.
    allowChap boolean
    Allow CHAP
    allowEapFast boolean
    Allow EAP Fast
    allowEapMd5 boolean
    Allow EAP MD5
    allowEapTls boolean
    Allow EAP TLS
    allowEapTtls boolean
    Allow EAP TTLS
    allowLeap boolean
    Allow LEAP
    allowMsChapV1 boolean
    Allow MS CHAP v1
    allowMsChapV2 boolean
    Allow MS CHAP v2
    allowPapAscii boolean
    Allow PAP ASCII
    allowPeap boolean
    Allow PEAP
    allowPreferredEapProtocol boolean
    Allow preferred EAP protocol
    allowTeap boolean
    Allow TEAP
    allowWeakCiphersForEap boolean
    Allow weak ciphers for EAP
    description string
    Description
    eapFastAcceptClientCert boolean
    Accept client certificates. Is required only if eap_fast_use_pacs is false.
    eapFastAllowMachineAuthentication boolean
    Allow machine authentication. Is required only if eap_fast_use_pacs is false.
    eapFastEapGtc boolean
    Allow EAP GTC
    eapFastEapGtcPwdChange boolean
    Allow EAP GTC password change. Is required only if eap_fast_eap_gtc is true.
    eapFastEapGtcPwdChangeRetries number
    EAP GTC password change retries. Is required only if eap_fast_eap_gtc is true.
    eapFastEapMsChapV2 boolean
    Allow EAP MS CHAP v2
    eapFastEapMsChapV2PwdChange boolean
    Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eapFastEapMsChapV2PwdChangeRetries number
    EAP MS CHAP v2 password change retries. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eapFastEapTls boolean
    Allow EAP TLS
    eapFastEapTlsAuthOfExpiredCerts boolean
    Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tls is true.
    eapFastEnableEapChaining boolean
    Enable EAP chaining
    eapFastPacsAllowAnonymousProvisioning boolean
    Allow anonymous provisioning. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAllowAuthenticatedProvisioning boolean
    Allow authenticated provisioning. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAllowClientCert boolean
    Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eapFastPacsAllowMachineAuthentication boolean
    Allow machine authentication. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAuthorizationPacTtl number
    Authorization PAC TTL. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eapFastPacsAuthorizationPacTtlUnit string
    Authorization PAC TTL unit. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eapFastPacsMachinePacTtl number
    Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eapFastPacsMachinePacTtlUnit string
    Machine PAC TTL unit. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eapFastPacsServerReturns boolean
    Server returns access accept after authenticated provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eapFastPacsStatelessSessionResume boolean
    Stateless session resume. Is required only if eap_fast_use_pacs is true.
    eapFastPacsTunnelPacTtl number
    PACs tunnel PAC time to live. Is required only if eap_fast_use_pacs is true.
    eapFastPacsTunnelPacTtlUnit string
    PACs tunnel PAC time to live unit. Is required only if eap_fast_use_pacs is true.
    eapFastPacsUseProactivePacUpdatePercentage number
    Use proactive pac update percentage. Is required only if eap_fast_use_pacs is true.
    eapFastUsePacs boolean
    Use PACs
    eapTlsAllowAuthOfExpiredCerts boolean
    Allow authentication of expired certificates
    eapTlsEnableStatelessSessionResume boolean
    Enable stateless session resume
    eapTlsLBit boolean
    EAP TLS L-Bit
    eapTlsSessionTicketPercentage number
    Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTlsSessionTicketTtl number
    Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTlsSessionTicketTtlUnit string
    Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTtlsChap boolean
    Allow CHAP
    eapTtlsEapMd5 boolean
    Allow EAP MD5
    eapTtlsEapMsChapV2 boolean
    Allow EAP MS CHAP v2
    eapTtlsEapMsChapV2PwdChange boolean
    Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eapTtlsEapMsChapV2PwdChangeRetries number
    EAP MS CHAP v2 password change retries. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eapTtlsMsChapV1 boolean
    Allow MS CHAP v1
    eapTtlsMsChapV2 boolean
    Allow MS CHAP v2
    eapTtlsPapAscii boolean
    Allow PAP ASCII
    id string
    The id of the object
    name string
    The name of the allowed protocols
    peapAllowPeapEapGtc boolean
    Allow PEAP EAP GTC
    peapAllowPeapEapGtcPwdChange boolean
    Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtc is true.
    peapAllowPeapEapGtcPwdChangeRetries number
    PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtc is true.
    peapAllowPeapEapMsChapV2 boolean
    Allow PEAP EAP MS CHAP v2
    peapAllowPeapEapMsChapV2PwdChange boolean
    Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peapAllowPeapEapMsChapV2PwdChangeRetries number
    Allow PEAP EAP MS CHAP v2 password change retries. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peapAllowPeapEapTls boolean
    Allow PEAP EAP TLS
    peapAllowPeapEapTlsAuthOfExpiredCerts boolean
    Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tls is true.
    peapPeapV0 boolean
    Allow PEAP v0
    preferredEapProtocol string
    Preferred EAP protocol
    processHostLookup boolean
    Process host lookup
    requireCryptobinding boolean
    Require cryptobinding
    requireMessageAuth boolean
    Require message authentication
    teapDowngradeMsk boolean
    Allow downgrade to MSK
    teapEapAcceptClientCertDuringTunnelEst boolean
    Accept client certificate during tunnel establishment
    teapEapChaining boolean
    Allow EAP chaining
    teapEapMsChapV2 boolean
    Allow EAP MS CHAP v2
    teapEapMsChapV2PwdChange boolean
    Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2 is true.
    teapEapMsChapV2PwdChangeRetries number
    EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2 is true.
    teapEapTls boolean
    Allow EAP TLS
    teapEapTlsAuthOfExpiredCerts boolean
    Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tls is true.
    teapRequestBasicPwdAuth boolean
    Request basic password authentication
    allow5g bool
    Allow 5G. This field is only supported from ISE 3.2.
    allow_chap bool
    Allow CHAP
    allow_eap_fast bool
    Allow EAP Fast
    allow_eap_md5 bool
    Allow EAP MD5
    allow_eap_tls bool
    Allow EAP TLS
    allow_eap_ttls bool
    Allow EAP TTLS
    allow_leap bool
    Allow LEAP
    allow_ms_chap_v1 bool
    Allow MS CHAP v1
    allow_ms_chap_v2 bool
    Allow MS CHAP v2
    allow_pap_ascii bool
    Allow PAP ASCII
    allow_peap bool
    Allow PEAP
    allow_preferred_eap_protocol bool
    Allow preferred EAP protocol
    allow_teap bool
    Allow TEAP
    allow_weak_ciphers_for_eap bool
    Allow weak ciphers for EAP
    description str
    Description
    eap_fast_accept_client_cert bool
    Accept client certificates. Is required only if eap_fast_use_pacs is false.
    eap_fast_allow_machine_authentication bool
    Allow machine authentication. Is required only if eap_fast_use_pacs is false.
    eap_fast_eap_gtc bool
    Allow EAP GTC
    eap_fast_eap_gtc_pwd_change bool
    Allow EAP GTC password change. Is required only if eap_fast_eap_gtc is true.
    eap_fast_eap_gtc_pwd_change_retries int
    EAP GTC password change retries. Is required only if eap_fast_eap_gtc is true.
    eap_fast_eap_ms_chap_v2 bool
    Allow EAP MS CHAP v2
    eap_fast_eap_ms_chap_v2_pwd_change bool
    Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eap_fast_eap_ms_chap_v2_pwd_change_retries int
    EAP MS CHAP v2 password change retries. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eap_fast_eap_tls bool
    Allow EAP TLS
    eap_fast_eap_tls_auth_of_expired_certs bool
    Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tls is true.
    eap_fast_enable_eap_chaining bool
    Enable EAP chaining
    eap_fast_pacs_allow_anonymous_provisioning bool
    Allow anonymous provisioning. Is required only if eap_fast_use_pacs is true.
    eap_fast_pacs_allow_authenticated_provisioning bool
    Allow authenticated provisioning. Is required only if eap_fast_use_pacs is true.
    eap_fast_pacs_allow_client_cert bool
    Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eap_fast_pacs_allow_machine_authentication bool
    Allow machine authentication. Is required only if eap_fast_use_pacs is true.
    eap_fast_pacs_authorization_pac_ttl int
    Authorization PAC TTL. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eap_fast_pacs_authorization_pac_ttl_unit str
    Authorization PAC TTL unit. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eap_fast_pacs_machine_pac_ttl int
    Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eap_fast_pacs_machine_pac_ttl_unit str
    Machine PAC TTL unit. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eap_fast_pacs_server_returns bool
    Server returns access accept after authenticated provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eap_fast_pacs_stateless_session_resume bool
    Stateless session resume. Is required only if eap_fast_use_pacs is true.
    eap_fast_pacs_tunnel_pac_ttl int
    PACs tunnel PAC time to live. Is required only if eap_fast_use_pacs is true.
    eap_fast_pacs_tunnel_pac_ttl_unit str
    PACs tunnel PAC time to live unit. Is required only if eap_fast_use_pacs is true.
    eap_fast_pacs_use_proactive_pac_update_percentage int
    Use proactive pac update percentage. Is required only if eap_fast_use_pacs is true.
    eap_fast_use_pacs bool
    Use PACs
    eap_tls_allow_auth_of_expired_certs bool
    Allow authentication of expired certificates
    eap_tls_enable_stateless_session_resume bool
    Enable stateless session resume
    eap_tls_l_bit bool
    EAP TLS L-Bit
    eap_tls_session_ticket_percentage int
    Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resume is true.
    eap_tls_session_ticket_ttl int
    Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resume is true.
    eap_tls_session_ticket_ttl_unit str
    Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resume is true.
    eap_ttls_chap bool
    Allow CHAP
    eap_ttls_eap_md5 bool
    Allow EAP MD5
    eap_ttls_eap_ms_chap_v2 bool
    Allow EAP MS CHAP v2
    eap_ttls_eap_ms_chap_v2_pwd_change bool
    Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eap_ttls_eap_ms_chap_v2_pwd_change_retries int
    EAP MS CHAP v2 password change retries. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eap_ttls_ms_chap_v1 bool
    Allow MS CHAP v1
    eap_ttls_ms_chap_v2 bool
    Allow MS CHAP v2
    eap_ttls_pap_ascii bool
    Allow PAP ASCII
    id str
    The id of the object
    name str
    The name of the allowed protocols
    peap_allow_peap_eap_gtc bool
    Allow PEAP EAP GTC
    peap_allow_peap_eap_gtc_pwd_change bool
    Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtc is true.
    peap_allow_peap_eap_gtc_pwd_change_retries int
    PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtc is true.
    peap_allow_peap_eap_ms_chap_v2 bool
    Allow PEAP EAP MS CHAP v2
    peap_allow_peap_eap_ms_chap_v2_pwd_change bool
    Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peap_allow_peap_eap_ms_chap_v2_pwd_change_retries int
    Allow PEAP EAP MS CHAP v2 password change retries. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peap_allow_peap_eap_tls bool
    Allow PEAP EAP TLS
    peap_allow_peap_eap_tls_auth_of_expired_certs bool
    Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tls is true.
    peap_peap_v0 bool
    Allow PEAP v0
    preferred_eap_protocol str
    Preferred EAP protocol
    process_host_lookup bool
    Process host lookup
    require_cryptobinding bool
    Require cryptobinding
    require_message_auth bool
    Require message authentication
    teap_downgrade_msk bool
    Allow downgrade to MSK
    teap_eap_accept_client_cert_during_tunnel_est bool
    Accept client certificate during tunnel establishment
    teap_eap_chaining bool
    Allow EAP chaining
    teap_eap_ms_chap_v2 bool
    Allow EAP MS CHAP v2
    teap_eap_ms_chap_v2_pwd_change bool
    Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2 is true.
    teap_eap_ms_chap_v2_pwd_change_retries int
    EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2 is true.
    teap_eap_tls bool
    Allow EAP TLS
    teap_eap_tls_auth_of_expired_certs bool
    Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tls is true.
    teap_request_basic_pwd_auth bool
    Request basic password authentication
    allow5g Boolean
    Allow 5G. This field is only supported from ISE 3.2.
    allowChap Boolean
    Allow CHAP
    allowEapFast Boolean
    Allow EAP Fast
    allowEapMd5 Boolean
    Allow EAP MD5
    allowEapTls Boolean
    Allow EAP TLS
    allowEapTtls Boolean
    Allow EAP TTLS
    allowLeap Boolean
    Allow LEAP
    allowMsChapV1 Boolean
    Allow MS CHAP v1
    allowMsChapV2 Boolean
    Allow MS CHAP v2
    allowPapAscii Boolean
    Allow PAP ASCII
    allowPeap Boolean
    Allow PEAP
    allowPreferredEapProtocol Boolean
    Allow preferred EAP protocol
    allowTeap Boolean
    Allow TEAP
    allowWeakCiphersForEap Boolean
    Allow weak ciphers for EAP
    description String
    Description
    eapFastAcceptClientCert Boolean
    Accept client certificates. Is required only if eap_fast_use_pacs is false.
    eapFastAllowMachineAuthentication Boolean
    Allow machine authentication. Is required only if eap_fast_use_pacs is false.
    eapFastEapGtc Boolean
    Allow EAP GTC
    eapFastEapGtcPwdChange Boolean
    Allow EAP GTC password change. Is required only if eap_fast_eap_gtc is true.
    eapFastEapGtcPwdChangeRetries Number
    EAP GTC password change retries. Is required only if eap_fast_eap_gtc is true.
    eapFastEapMsChapV2 Boolean
    Allow EAP MS CHAP v2
    eapFastEapMsChapV2PwdChange Boolean
    Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eapFastEapMsChapV2PwdChangeRetries Number
    EAP MS CHAP v2 password change retries. Is required only if eap_fast_eap_ms_chap_v2 is true.
    eapFastEapTls Boolean
    Allow EAP TLS
    eapFastEapTlsAuthOfExpiredCerts Boolean
    Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tls is true.
    eapFastEnableEapChaining Boolean
    Enable EAP chaining
    eapFastPacsAllowAnonymousProvisioning Boolean
    Allow anonymous provisioning. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAllowAuthenticatedProvisioning Boolean
    Allow authenticated provisioning. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAllowClientCert Boolean
    Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eapFastPacsAllowMachineAuthentication Boolean
    Allow machine authentication. Is required only if eap_fast_use_pacs is true.
    eapFastPacsAuthorizationPacTtl Number
    Authorization PAC TTL. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eapFastPacsAuthorizationPacTtlUnit String
    Authorization PAC TTL unit. Is required only if eap_fast_pacs_stateless_session_resume is true.
    eapFastPacsMachinePacTtl Number
    Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eapFastPacsMachinePacTtlUnit String
    Machine PAC TTL unit. Is required only if eap_fast_pacs_allow_machine_authentication is true.
    eapFastPacsServerReturns Boolean
    Server returns access accept after authenticated provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioning is true.
    eapFastPacsStatelessSessionResume Boolean
    Stateless session resume. Is required only if eap_fast_use_pacs is true.
    eapFastPacsTunnelPacTtl Number
    PACs tunnel PAC time to live. Is required only if eap_fast_use_pacs is true.
    eapFastPacsTunnelPacTtlUnit String
    PACs tunnel PAC time to live unit. Is required only if eap_fast_use_pacs is true.
    eapFastPacsUseProactivePacUpdatePercentage Number
    Use proactive pac update percentage. Is required only if eap_fast_use_pacs is true.
    eapFastUsePacs Boolean
    Use PACs
    eapTlsAllowAuthOfExpiredCerts Boolean
    Allow authentication of expired certificates
    eapTlsEnableStatelessSessionResume Boolean
    Enable stateless session resume
    eapTlsLBit Boolean
    EAP TLS L-Bit
    eapTlsSessionTicketPercentage Number
    Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTlsSessionTicketTtl Number
    Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTlsSessionTicketTtlUnit String
    Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resume is true.
    eapTtlsChap Boolean
    Allow CHAP
    eapTtlsEapMd5 Boolean
    Allow EAP MD5
    eapTtlsEapMsChapV2 Boolean
    Allow EAP MS CHAP v2
    eapTtlsEapMsChapV2PwdChange Boolean
    Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eapTtlsEapMsChapV2PwdChangeRetries Number
    EAP MS CHAP v2 password change retries. Is required only if eap_ttls_eap_ms_chap_v2 is true.
    eapTtlsMsChapV1 Boolean
    Allow MS CHAP v1
    eapTtlsMsChapV2 Boolean
    Allow MS CHAP v2
    eapTtlsPapAscii Boolean
    Allow PAP ASCII
    id String
    The id of the object
    name String
    The name of the allowed protocols
    peapAllowPeapEapGtc Boolean
    Allow PEAP EAP GTC
    peapAllowPeapEapGtcPwdChange Boolean
    Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtc is true.
    peapAllowPeapEapGtcPwdChangeRetries Number
    PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtc is true.
    peapAllowPeapEapMsChapV2 Boolean
    Allow PEAP EAP MS CHAP v2
    peapAllowPeapEapMsChapV2PwdChange Boolean
    Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peapAllowPeapEapMsChapV2PwdChangeRetries Number
    Allow PEAP EAP MS CHAP v2 password change retries. Is required only if allow_peap_eap_ms_chap_v2 is true.
    peapAllowPeapEapTls Boolean
    Allow PEAP EAP TLS
    peapAllowPeapEapTlsAuthOfExpiredCerts Boolean
    Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tls is true.
    peapPeapV0 Boolean
    Allow PEAP v0
    preferredEapProtocol String
    Preferred EAP protocol
    processHostLookup Boolean
    Process host lookup
    requireCryptobinding Boolean
    Require cryptobinding
    requireMessageAuth Boolean
    Require message authentication
    teapDowngradeMsk Boolean
    Allow downgrade to MSK
    teapEapAcceptClientCertDuringTunnelEst Boolean
    Accept client certificate during tunnel establishment
    teapEapChaining Boolean
    Allow EAP chaining
    teapEapMsChapV2 Boolean
    Allow EAP MS CHAP v2
    teapEapMsChapV2PwdChange Boolean
    Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2 is true.
    teapEapMsChapV2PwdChangeRetries Number
    EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2 is true.
    teapEapTls Boolean
    Allow EAP TLS
    teapEapTlsAuthOfExpiredCerts Boolean
    Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tls is true.
    teapRequestBasicPwdAuth Boolean
    Request basic password authentication

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi