ise.networkaccess.AllowedProtocols
Explore with Pulumi AI
This resource can manage an allowed protocols policy element.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = new ise.networkaccess.AllowedProtocols("example", {
    name: "Protocols1",
    description: "My allowed protocols",
    processHostLookup: true,
    allowPapAscii: true,
    allowChap: true,
    allowMsChapV1: true,
    allowMsChapV2: true,
    allowEapMd5: true,
    allowLeap: true,
    allowEapTls: true,
    allowEapTtls: true,
    allowEapFast: true,
    allowPeap: true,
    allowTeap: true,
    allowPreferredEapProtocol: true,
    preferredEapProtocol: "LEAP",
    eapTlsLBit: true,
    allowWeakCiphersForEap: true,
    requireMessageAuth: true,
    eapTlsAllowAuthOfExpiredCerts: true,
    eapTlsEnableStatelessSessionResume: true,
    eapTlsSessionTicketTtl: 5,
    eapTlsSessionTicketTtlUnit: "DAYS",
    eapTlsSessionTicketPercentage: 5,
    peapAllowPeapEapMsChapV2: true,
    peapAllowPeapEapMsChapV2PwdChange: true,
    peapAllowPeapEapMsChapV2PwdChangeRetries: 3,
    peapAllowPeapEapGtc: true,
    peapAllowPeapEapGtcPwdChange: true,
    peapAllowPeapEapGtcPwdChangeRetries: 3,
    peapAllowPeapEapTls: true,
    peapAllowPeapEapTlsAuthOfExpiredCerts: true,
    requireCryptobinding: true,
    peapPeapV0: true,
    eapTtlsPapAscii: true,
    eapTtlsChap: true,
    eapTtlsMsChapV1: true,
    eapTtlsMsChapV2: true,
    eapTtlsEapMd5: true,
    eapTtlsEapMsChapV2: true,
    eapTtlsEapMsChapV2PwdChange: true,
    eapTtlsEapMsChapV2PwdChangeRetries: 3,
    eapFastEapMsChapV2: true,
    eapFastEapMsChapV2PwdChange: true,
    eapFastEapMsChapV2PwdChangeRetries: 3,
    eapFastEapGtc: true,
    eapFastEapGtcPwdChange: true,
    eapFastEapGtcPwdChangeRetries: 3,
    eapFastEapTls: true,
    eapFastEapTlsAuthOfExpiredCerts: true,
    eapFastEnableEapChaining: true,
    eapFastUsePacs: true,
    eapFastPacsTunnelPacTtl: 5,
    eapFastPacsTunnelPacTtlUnit: "DAYS",
    eapFastPacsUseProactivePacUpdatePercentage: 5,
    eapFastPacsAllowAnonymousProvisioning: true,
    eapFastPacsAllowAuthenticatedProvisioning: true,
    eapFastPacsServerReturns: true,
    eapFastPacsAllowClientCert: true,
    eapFastPacsAllowMachineAuthentication: true,
    eapFastPacsMachinePacTtl: 5,
    eapFastPacsMachinePacTtlUnit: "DAYS",
    eapFastPacsStatelessSessionResume: true,
    eapFastPacsAuthorizationPacTtl: 5,
    eapFastPacsAuthorizationPacTtlUnit: "HOURS",
    teapEapMsChapV2: true,
    teapEapMsChapV2PwdChange: true,
    teapEapMsChapV2PwdChangeRetries: 3,
    teapEapTls: true,
    teapEapTlsAuthOfExpiredCerts: true,
    teapEapAcceptClientCertDuringTunnelEst: true,
    teapEapChaining: true,
    teapDowngradeMsk: true,
    teapRequestBasicPwdAuth: true,
    allow5g: true,
});
import pulumi
import pulumi_ise as ise
example = ise.networkaccess.AllowedProtocols("example",
    name="Protocols1",
    description="My allowed protocols",
    process_host_lookup=True,
    allow_pap_ascii=True,
    allow_chap=True,
    allow_ms_chap_v1=True,
    allow_ms_chap_v2=True,
    allow_eap_md5=True,
    allow_leap=True,
    allow_eap_tls=True,
    allow_eap_ttls=True,
    allow_eap_fast=True,
    allow_peap=True,
    allow_teap=True,
    allow_preferred_eap_protocol=True,
    preferred_eap_protocol="LEAP",
    eap_tls_l_bit=True,
    allow_weak_ciphers_for_eap=True,
    require_message_auth=True,
    eap_tls_allow_auth_of_expired_certs=True,
    eap_tls_enable_stateless_session_resume=True,
    eap_tls_session_ticket_ttl=5,
    eap_tls_session_ticket_ttl_unit="DAYS",
    eap_tls_session_ticket_percentage=5,
    peap_allow_peap_eap_ms_chap_v2=True,
    peap_allow_peap_eap_ms_chap_v2_pwd_change=True,
    peap_allow_peap_eap_ms_chap_v2_pwd_change_retries=3,
    peap_allow_peap_eap_gtc=True,
    peap_allow_peap_eap_gtc_pwd_change=True,
    peap_allow_peap_eap_gtc_pwd_change_retries=3,
    peap_allow_peap_eap_tls=True,
    peap_allow_peap_eap_tls_auth_of_expired_certs=True,
    require_cryptobinding=True,
    peap_peap_v0=True,
    eap_ttls_pap_ascii=True,
    eap_ttls_chap=True,
    eap_ttls_ms_chap_v1=True,
    eap_ttls_ms_chap_v2=True,
    eap_ttls_eap_md5=True,
    eap_ttls_eap_ms_chap_v2=True,
    eap_ttls_eap_ms_chap_v2_pwd_change=True,
    eap_ttls_eap_ms_chap_v2_pwd_change_retries=3,
    eap_fast_eap_ms_chap_v2=True,
    eap_fast_eap_ms_chap_v2_pwd_change=True,
    eap_fast_eap_ms_chap_v2_pwd_change_retries=3,
    eap_fast_eap_gtc=True,
    eap_fast_eap_gtc_pwd_change=True,
    eap_fast_eap_gtc_pwd_change_retries=3,
    eap_fast_eap_tls=True,
    eap_fast_eap_tls_auth_of_expired_certs=True,
    eap_fast_enable_eap_chaining=True,
    eap_fast_use_pacs=True,
    eap_fast_pacs_tunnel_pac_ttl=5,
    eap_fast_pacs_tunnel_pac_ttl_unit="DAYS",
    eap_fast_pacs_use_proactive_pac_update_percentage=5,
    eap_fast_pacs_allow_anonymous_provisioning=True,
    eap_fast_pacs_allow_authenticated_provisioning=True,
    eap_fast_pacs_server_returns=True,
    eap_fast_pacs_allow_client_cert=True,
    eap_fast_pacs_allow_machine_authentication=True,
    eap_fast_pacs_machine_pac_ttl=5,
    eap_fast_pacs_machine_pac_ttl_unit="DAYS",
    eap_fast_pacs_stateless_session_resume=True,
    eap_fast_pacs_authorization_pac_ttl=5,
    eap_fast_pacs_authorization_pac_ttl_unit="HOURS",
    teap_eap_ms_chap_v2=True,
    teap_eap_ms_chap_v2_pwd_change=True,
    teap_eap_ms_chap_v2_pwd_change_retries=3,
    teap_eap_tls=True,
    teap_eap_tls_auth_of_expired_certs=True,
    teap_eap_accept_client_cert_during_tunnel_est=True,
    teap_eap_chaining=True,
    teap_downgrade_msk=True,
    teap_request_basic_pwd_auth=True,
    allow5g=True)
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.NewAllowedProtocols(ctx, "example", &networkaccess.AllowedProtocolsArgs{
			Name:                                       pulumi.String("Protocols1"),
			Description:                                pulumi.String("My allowed protocols"),
			ProcessHostLookup:                          pulumi.Bool(true),
			AllowPapAscii:                              pulumi.Bool(true),
			AllowChap:                                  pulumi.Bool(true),
			AllowMsChapV1:                              pulumi.Bool(true),
			AllowMsChapV2:                              pulumi.Bool(true),
			AllowEapMd5:                                pulumi.Bool(true),
			AllowLeap:                                  pulumi.Bool(true),
			AllowEapTls:                                pulumi.Bool(true),
			AllowEapTtls:                               pulumi.Bool(true),
			AllowEapFast:                               pulumi.Bool(true),
			AllowPeap:                                  pulumi.Bool(true),
			AllowTeap:                                  pulumi.Bool(true),
			AllowPreferredEapProtocol:                  pulumi.Bool(true),
			PreferredEapProtocol:                       pulumi.String("LEAP"),
			EapTlsLBit:                                 pulumi.Bool(true),
			AllowWeakCiphersForEap:                     pulumi.Bool(true),
			RequireMessageAuth:                         pulumi.Bool(true),
			EapTlsAllowAuthOfExpiredCerts:              pulumi.Bool(true),
			EapTlsEnableStatelessSessionResume:         pulumi.Bool(true),
			EapTlsSessionTicketTtl:                     pulumi.Int(5),
			EapTlsSessionTicketTtlUnit:                 pulumi.String("DAYS"),
			EapTlsSessionTicketPercentage:              pulumi.Int(5),
			PeapAllowPeapEapMsChapV2:                   pulumi.Bool(true),
			PeapAllowPeapEapMsChapV2PwdChange:          pulumi.Bool(true),
			PeapAllowPeapEapMsChapV2PwdChangeRetries:   pulumi.Int(3),
			PeapAllowPeapEapGtc:                        pulumi.Bool(true),
			PeapAllowPeapEapGtcPwdChange:               pulumi.Bool(true),
			PeapAllowPeapEapGtcPwdChangeRetries:        pulumi.Int(3),
			PeapAllowPeapEapTls:                        pulumi.Bool(true),
			PeapAllowPeapEapTlsAuthOfExpiredCerts:      pulumi.Bool(true),
			RequireCryptobinding:                       pulumi.Bool(true),
			PeapPeapV0:                                 pulumi.Bool(true),
			EapTtlsPapAscii:                            pulumi.Bool(true),
			EapTtlsChap:                                pulumi.Bool(true),
			EapTtlsMsChapV1:                            pulumi.Bool(true),
			EapTtlsMsChapV2:                            pulumi.Bool(true),
			EapTtlsEapMd5:                              pulumi.Bool(true),
			EapTtlsEapMsChapV2:                         pulumi.Bool(true),
			EapTtlsEapMsChapV2PwdChange:                pulumi.Bool(true),
			EapTtlsEapMsChapV2PwdChangeRetries:         pulumi.Int(3),
			EapFastEapMsChapV2:                         pulumi.Bool(true),
			EapFastEapMsChapV2PwdChange:                pulumi.Bool(true),
			EapFastEapMsChapV2PwdChangeRetries:         pulumi.Int(3),
			EapFastEapGtc:                              pulumi.Bool(true),
			EapFastEapGtcPwdChange:                     pulumi.Bool(true),
			EapFastEapGtcPwdChangeRetries:              pulumi.Int(3),
			EapFastEapTls:                              pulumi.Bool(true),
			EapFastEapTlsAuthOfExpiredCerts:            pulumi.Bool(true),
			EapFastEnableEapChaining:                   pulumi.Bool(true),
			EapFastUsePacs:                             pulumi.Bool(true),
			EapFastPacsTunnelPacTtl:                    pulumi.Int(5),
			EapFastPacsTunnelPacTtlUnit:                pulumi.String("DAYS"),
			EapFastPacsUseProactivePacUpdatePercentage: pulumi.Int(5),
			EapFastPacsAllowAnonymousProvisioning:      pulumi.Bool(true),
			EapFastPacsAllowAuthenticatedProvisioning:  pulumi.Bool(true),
			EapFastPacsServerReturns:                   pulumi.Bool(true),
			EapFastPacsAllowClientCert:                 pulumi.Bool(true),
			EapFastPacsAllowMachineAuthentication:      pulumi.Bool(true),
			EapFastPacsMachinePacTtl:                   pulumi.Int(5),
			EapFastPacsMachinePacTtlUnit:               pulumi.String("DAYS"),
			EapFastPacsStatelessSessionResume:          pulumi.Bool(true),
			EapFastPacsAuthorizationPacTtl:             pulumi.Int(5),
			EapFastPacsAuthorizationPacTtlUnit:         pulumi.String("HOURS"),
			TeapEapMsChapV2:                            pulumi.Bool(true),
			TeapEapMsChapV2PwdChange:                   pulumi.Bool(true),
			TeapEapMsChapV2PwdChangeRetries:            pulumi.Int(3),
			TeapEapTls:                                 pulumi.Bool(true),
			TeapEapTlsAuthOfExpiredCerts:               pulumi.Bool(true),
			TeapEapAcceptClientCertDuringTunnelEst:     pulumi.Bool(true),
			TeapEapChaining:                            pulumi.Bool(true),
			TeapDowngradeMsk:                           pulumi.Bool(true),
			TeapRequestBasicPwdAuth:                    pulumi.Bool(true),
			Allow5g:                                    pulumi.Bool(true),
		})
		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 = new Ise.NetworkAccess.AllowedProtocols("example", new()
    {
        Name = "Protocols1",
        Description = "My allowed protocols",
        ProcessHostLookup = true,
        AllowPapAscii = true,
        AllowChap = true,
        AllowMsChapV1 = true,
        AllowMsChapV2 = true,
        AllowEapMd5 = true,
        AllowLeap = true,
        AllowEapTls = true,
        AllowEapTtls = true,
        AllowEapFast = true,
        AllowPeap = true,
        AllowTeap = true,
        AllowPreferredEapProtocol = true,
        PreferredEapProtocol = "LEAP",
        EapTlsLBit = true,
        AllowWeakCiphersForEap = true,
        RequireMessageAuth = true,
        EapTlsAllowAuthOfExpiredCerts = true,
        EapTlsEnableStatelessSessionResume = true,
        EapTlsSessionTicketTtl = 5,
        EapTlsSessionTicketTtlUnit = "DAYS",
        EapTlsSessionTicketPercentage = 5,
        PeapAllowPeapEapMsChapV2 = true,
        PeapAllowPeapEapMsChapV2PwdChange = true,
        PeapAllowPeapEapMsChapV2PwdChangeRetries = 3,
        PeapAllowPeapEapGtc = true,
        PeapAllowPeapEapGtcPwdChange = true,
        PeapAllowPeapEapGtcPwdChangeRetries = 3,
        PeapAllowPeapEapTls = true,
        PeapAllowPeapEapTlsAuthOfExpiredCerts = true,
        RequireCryptobinding = true,
        PeapPeapV0 = true,
        EapTtlsPapAscii = true,
        EapTtlsChap = true,
        EapTtlsMsChapV1 = true,
        EapTtlsMsChapV2 = true,
        EapTtlsEapMd5 = true,
        EapTtlsEapMsChapV2 = true,
        EapTtlsEapMsChapV2PwdChange = true,
        EapTtlsEapMsChapV2PwdChangeRetries = 3,
        EapFastEapMsChapV2 = true,
        EapFastEapMsChapV2PwdChange = true,
        EapFastEapMsChapV2PwdChangeRetries = 3,
        EapFastEapGtc = true,
        EapFastEapGtcPwdChange = true,
        EapFastEapGtcPwdChangeRetries = 3,
        EapFastEapTls = true,
        EapFastEapTlsAuthOfExpiredCerts = true,
        EapFastEnableEapChaining = true,
        EapFastUsePacs = true,
        EapFastPacsTunnelPacTtl = 5,
        EapFastPacsTunnelPacTtlUnit = "DAYS",
        EapFastPacsUseProactivePacUpdatePercentage = 5,
        EapFastPacsAllowAnonymousProvisioning = true,
        EapFastPacsAllowAuthenticatedProvisioning = true,
        EapFastPacsServerReturns = true,
        EapFastPacsAllowClientCert = true,
        EapFastPacsAllowMachineAuthentication = true,
        EapFastPacsMachinePacTtl = 5,
        EapFastPacsMachinePacTtlUnit = "DAYS",
        EapFastPacsStatelessSessionResume = true,
        EapFastPacsAuthorizationPacTtl = 5,
        EapFastPacsAuthorizationPacTtlUnit = "HOURS",
        TeapEapMsChapV2 = true,
        TeapEapMsChapV2PwdChange = true,
        TeapEapMsChapV2PwdChangeRetries = 3,
        TeapEapTls = true,
        TeapEapTlsAuthOfExpiredCerts = true,
        TeapEapAcceptClientCertDuringTunnelEst = true,
        TeapEapChaining = true,
        TeapDowngradeMsk = true,
        TeapRequestBasicPwdAuth = true,
        Allow5g = true,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ise.networkaccess.AllowedProtocols;
import com.pulumi.ise.networkaccess.AllowedProtocolsArgs;
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) {
        var example = new AllowedProtocols("example", AllowedProtocolsArgs.builder()
            .name("Protocols1")
            .description("My allowed protocols")
            .processHostLookup(true)
            .allowPapAscii(true)
            .allowChap(true)
            .allowMsChapV1(true)
            .allowMsChapV2(true)
            .allowEapMd5(true)
            .allowLeap(true)
            .allowEapTls(true)
            .allowEapTtls(true)
            .allowEapFast(true)
            .allowPeap(true)
            .allowTeap(true)
            .allowPreferredEapProtocol(true)
            .preferredEapProtocol("LEAP")
            .eapTlsLBit(true)
            .allowWeakCiphersForEap(true)
            .requireMessageAuth(true)
            .eapTlsAllowAuthOfExpiredCerts(true)
            .eapTlsEnableStatelessSessionResume(true)
            .eapTlsSessionTicketTtl(5)
            .eapTlsSessionTicketTtlUnit("DAYS")
            .eapTlsSessionTicketPercentage(5)
            .peapAllowPeapEapMsChapV2(true)
            .peapAllowPeapEapMsChapV2PwdChange(true)
            .peapAllowPeapEapMsChapV2PwdChangeRetries(3)
            .peapAllowPeapEapGtc(true)
            .peapAllowPeapEapGtcPwdChange(true)
            .peapAllowPeapEapGtcPwdChangeRetries(3)
            .peapAllowPeapEapTls(true)
            .peapAllowPeapEapTlsAuthOfExpiredCerts(true)
            .requireCryptobinding(true)
            .peapPeapV0(true)
            .eapTtlsPapAscii(true)
            .eapTtlsChap(true)
            .eapTtlsMsChapV1(true)
            .eapTtlsMsChapV2(true)
            .eapTtlsEapMd5(true)
            .eapTtlsEapMsChapV2(true)
            .eapTtlsEapMsChapV2PwdChange(true)
            .eapTtlsEapMsChapV2PwdChangeRetries(3)
            .eapFastEapMsChapV2(true)
            .eapFastEapMsChapV2PwdChange(true)
            .eapFastEapMsChapV2PwdChangeRetries(3)
            .eapFastEapGtc(true)
            .eapFastEapGtcPwdChange(true)
            .eapFastEapGtcPwdChangeRetries(3)
            .eapFastEapTls(true)
            .eapFastEapTlsAuthOfExpiredCerts(true)
            .eapFastEnableEapChaining(true)
            .eapFastUsePacs(true)
            .eapFastPacsTunnelPacTtl(5)
            .eapFastPacsTunnelPacTtlUnit("DAYS")
            .eapFastPacsUseProactivePacUpdatePercentage(5)
            .eapFastPacsAllowAnonymousProvisioning(true)
            .eapFastPacsAllowAuthenticatedProvisioning(true)
            .eapFastPacsServerReturns(true)
            .eapFastPacsAllowClientCert(true)
            .eapFastPacsAllowMachineAuthentication(true)
            .eapFastPacsMachinePacTtl(5)
            .eapFastPacsMachinePacTtlUnit("DAYS")
            .eapFastPacsStatelessSessionResume(true)
            .eapFastPacsAuthorizationPacTtl(5)
            .eapFastPacsAuthorizationPacTtlUnit("HOURS")
            .teapEapMsChapV2(true)
            .teapEapMsChapV2PwdChange(true)
            .teapEapMsChapV2PwdChangeRetries(3)
            .teapEapTls(true)
            .teapEapTlsAuthOfExpiredCerts(true)
            .teapEapAcceptClientCertDuringTunnelEst(true)
            .teapEapChaining(true)
            .teapDowngradeMsk(true)
            .teapRequestBasicPwdAuth(true)
            .allow5g(true)
            .build());
    }
}
resources:
  example:
    type: ise:networkaccess:AllowedProtocols
    properties:
      name: Protocols1
      description: My allowed protocols
      processHostLookup: true
      allowPapAscii: true
      allowChap: true
      allowMsChapV1: true
      allowMsChapV2: true
      allowEapMd5: true
      allowLeap: true
      allowEapTls: true
      allowEapTtls: true
      allowEapFast: true
      allowPeap: true
      allowTeap: true
      allowPreferredEapProtocol: true
      preferredEapProtocol: LEAP
      eapTlsLBit: true
      allowWeakCiphersForEap: true
      requireMessageAuth: true
      eapTlsAllowAuthOfExpiredCerts: true
      eapTlsEnableStatelessSessionResume: true
      eapTlsSessionTicketTtl: 5
      eapTlsSessionTicketTtlUnit: DAYS
      eapTlsSessionTicketPercentage: 5
      peapAllowPeapEapMsChapV2: true
      peapAllowPeapEapMsChapV2PwdChange: true
      peapAllowPeapEapMsChapV2PwdChangeRetries: 3
      peapAllowPeapEapGtc: true
      peapAllowPeapEapGtcPwdChange: true
      peapAllowPeapEapGtcPwdChangeRetries: 3
      peapAllowPeapEapTls: true
      peapAllowPeapEapTlsAuthOfExpiredCerts: true
      requireCryptobinding: true
      peapPeapV0: true
      eapTtlsPapAscii: true
      eapTtlsChap: true
      eapTtlsMsChapV1: true
      eapTtlsMsChapV2: true
      eapTtlsEapMd5: true
      eapTtlsEapMsChapV2: true
      eapTtlsEapMsChapV2PwdChange: true
      eapTtlsEapMsChapV2PwdChangeRetries: 3
      eapFastEapMsChapV2: true
      eapFastEapMsChapV2PwdChange: true
      eapFastEapMsChapV2PwdChangeRetries: 3
      eapFastEapGtc: true
      eapFastEapGtcPwdChange: true
      eapFastEapGtcPwdChangeRetries: 3
      eapFastEapTls: true
      eapFastEapTlsAuthOfExpiredCerts: true
      eapFastEnableEapChaining: true
      eapFastUsePacs: true
      eapFastPacsTunnelPacTtl: 5
      eapFastPacsTunnelPacTtlUnit: DAYS
      eapFastPacsUseProactivePacUpdatePercentage: 5
      eapFastPacsAllowAnonymousProvisioning: true
      eapFastPacsAllowAuthenticatedProvisioning: true
      eapFastPacsServerReturns: true
      eapFastPacsAllowClientCert: true
      eapFastPacsAllowMachineAuthentication: true
      eapFastPacsMachinePacTtl: 5
      eapFastPacsMachinePacTtlUnit: DAYS
      eapFastPacsStatelessSessionResume: true
      eapFastPacsAuthorizationPacTtl: 5
      eapFastPacsAuthorizationPacTtlUnit: HOURS
      teapEapMsChapV2: true
      teapEapMsChapV2PwdChange: true
      teapEapMsChapV2PwdChangeRetries: 3
      teapEapTls: true
      teapEapTlsAuthOfExpiredCerts: true
      teapEapAcceptClientCertDuringTunnelEst: true
      teapEapChaining: true
      teapDowngradeMsk: true
      teapRequestBasicPwdAuth: true
      allow5g: true
Create AllowedProtocols Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AllowedProtocols(name: string, args: AllowedProtocolsArgs, opts?: CustomResourceOptions);@overload
def AllowedProtocols(resource_name: str,
                     args: AllowedProtocolsArgs,
                     opts: Optional[ResourceOptions] = None)
@overload
def AllowedProtocols(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     allow_chap: Optional[bool] = None,
                     allow_eap_fast: Optional[bool] = None,
                     allow_eap_md5: Optional[bool] = None,
                     allow_eap_tls: Optional[bool] = None,
                     allow_eap_ttls: Optional[bool] = None,
                     allow_leap: Optional[bool] = None,
                     allow_ms_chap_v1: Optional[bool] = None,
                     allow_ms_chap_v2: Optional[bool] = None,
                     allow_pap_ascii: Optional[bool] = None,
                     allow_peap: Optional[bool] = None,
                     allow_preferred_eap_protocol: Optional[bool] = None,
                     allow_teap: Optional[bool] = None,
                     allow_weak_ciphers_for_eap: Optional[bool] = None,
                     eap_tls_l_bit: Optional[bool] = None,
                     process_host_lookup: Optional[bool] = None,
                     require_message_auth: Optional[bool] = None,
                     allow5g: Optional[bool] = None,
                     description: Optional[str] = None,
                     eap_fast_accept_client_cert: Optional[bool] = None,
                     eap_fast_allow_machine_authentication: Optional[bool] = None,
                     eap_fast_eap_gtc: Optional[bool] = None,
                     eap_fast_eap_gtc_pwd_change: Optional[bool] = None,
                     eap_fast_eap_gtc_pwd_change_retries: Optional[int] = None,
                     eap_fast_eap_ms_chap_v2: Optional[bool] = None,
                     eap_fast_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
                     eap_fast_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
                     eap_fast_eap_tls: Optional[bool] = None,
                     eap_fast_eap_tls_auth_of_expired_certs: Optional[bool] = None,
                     eap_fast_enable_eap_chaining: Optional[bool] = None,
                     eap_fast_pacs_allow_anonymous_provisioning: Optional[bool] = None,
                     eap_fast_pacs_allow_authenticated_provisioning: Optional[bool] = None,
                     eap_fast_pacs_allow_client_cert: Optional[bool] = None,
                     eap_fast_pacs_allow_machine_authentication: Optional[bool] = None,
                     eap_fast_pacs_authorization_pac_ttl: Optional[int] = None,
                     eap_fast_pacs_authorization_pac_ttl_unit: Optional[str] = None,
                     eap_fast_pacs_machine_pac_ttl: Optional[int] = None,
                     eap_fast_pacs_machine_pac_ttl_unit: Optional[str] = None,
                     eap_fast_pacs_server_returns: Optional[bool] = None,
                     eap_fast_pacs_stateless_session_resume: Optional[bool] = None,
                     eap_fast_pacs_tunnel_pac_ttl: Optional[int] = None,
                     eap_fast_pacs_tunnel_pac_ttl_unit: Optional[str] = None,
                     eap_fast_pacs_use_proactive_pac_update_percentage: Optional[int] = None,
                     eap_fast_use_pacs: Optional[bool] = None,
                     eap_tls_allow_auth_of_expired_certs: Optional[bool] = None,
                     eap_tls_enable_stateless_session_resume: Optional[bool] = None,
                     eap_tls_session_ticket_percentage: Optional[int] = None,
                     eap_tls_session_ticket_ttl: Optional[int] = None,
                     eap_tls_session_ticket_ttl_unit: Optional[str] = None,
                     eap_ttls_chap: Optional[bool] = None,
                     eap_ttls_eap_md5: Optional[bool] = None,
                     eap_ttls_eap_ms_chap_v2: Optional[bool] = None,
                     eap_ttls_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
                     eap_ttls_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
                     eap_ttls_ms_chap_v1: Optional[bool] = None,
                     eap_ttls_ms_chap_v2: Optional[bool] = None,
                     eap_ttls_pap_ascii: Optional[bool] = None,
                     name: Optional[str] = None,
                     peap_allow_peap_eap_gtc: Optional[bool] = None,
                     peap_allow_peap_eap_gtc_pwd_change: Optional[bool] = None,
                     peap_allow_peap_eap_gtc_pwd_change_retries: Optional[int] = None,
                     peap_allow_peap_eap_ms_chap_v2: Optional[bool] = None,
                     peap_allow_peap_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
                     peap_allow_peap_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
                     peap_allow_peap_eap_tls: Optional[bool] = None,
                     peap_allow_peap_eap_tls_auth_of_expired_certs: Optional[bool] = None,
                     peap_peap_v0: Optional[bool] = None,
                     preferred_eap_protocol: Optional[str] = None,
                     require_cryptobinding: Optional[bool] = None,
                     teap_downgrade_msk: Optional[bool] = None,
                     teap_eap_accept_client_cert_during_tunnel_est: Optional[bool] = None,
                     teap_eap_chaining: Optional[bool] = None,
                     teap_eap_ms_chap_v2: Optional[bool] = None,
                     teap_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
                     teap_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
                     teap_eap_tls: Optional[bool] = None,
                     teap_eap_tls_auth_of_expired_certs: Optional[bool] = None,
                     teap_request_basic_pwd_auth: Optional[bool] = None)func NewAllowedProtocols(ctx *Context, name string, args AllowedProtocolsArgs, opts ...ResourceOption) (*AllowedProtocols, error)public AllowedProtocols(string name, AllowedProtocolsArgs args, CustomResourceOptions? opts = null)
public AllowedProtocols(String name, AllowedProtocolsArgs args)
public AllowedProtocols(String name, AllowedProtocolsArgs args, CustomResourceOptions options)
type: ise:networkaccess:AllowedProtocols
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
 - The unique name of the resource.
 - args AllowedProtocolsArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- resource_name str
 - The unique name of the resource.
 - args AllowedProtocolsArgs
 - The arguments to resource properties.
 - opts ResourceOptions
 - Bag of options to control resource's behavior.
 
- ctx Context
 - Context object for the current deployment.
 - name string
 - The unique name of the resource.
 - args AllowedProtocolsArgs
 - The arguments to resource properties.
 - opts ResourceOption
 - Bag of options to control resource's behavior.
 
- name string
 - The unique name of the resource.
 - args AllowedProtocolsArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- name String
 - The unique name of the resource.
 - args AllowedProtocolsArgs
 - The arguments to resource properties.
 - options CustomResourceOptions
 - Bag of options to control resource's behavior.
 
Constructor example
The following reference example uses placeholder values for all input properties.
var allowedProtocolsResource = new Ise.NetworkAccess.AllowedProtocols("allowedProtocolsResource", new()
{
    AllowChap = false,
    AllowEapFast = false,
    AllowEapMd5 = false,
    AllowEapTls = false,
    AllowEapTtls = false,
    AllowLeap = false,
    AllowMsChapV1 = false,
    AllowMsChapV2 = false,
    AllowPapAscii = false,
    AllowPeap = false,
    AllowPreferredEapProtocol = false,
    AllowTeap = false,
    AllowWeakCiphersForEap = false,
    EapTlsLBit = false,
    ProcessHostLookup = false,
    RequireMessageAuth = false,
    Allow5g = false,
    Description = "string",
    EapFastAcceptClientCert = false,
    EapFastAllowMachineAuthentication = false,
    EapFastEapGtc = false,
    EapFastEapGtcPwdChange = false,
    EapFastEapGtcPwdChangeRetries = 0,
    EapFastEapMsChapV2 = false,
    EapFastEapMsChapV2PwdChange = false,
    EapFastEapMsChapV2PwdChangeRetries = 0,
    EapFastEapTls = false,
    EapFastEapTlsAuthOfExpiredCerts = false,
    EapFastEnableEapChaining = false,
    EapFastPacsAllowAnonymousProvisioning = false,
    EapFastPacsAllowAuthenticatedProvisioning = false,
    EapFastPacsAllowClientCert = false,
    EapFastPacsAllowMachineAuthentication = false,
    EapFastPacsAuthorizationPacTtl = 0,
    EapFastPacsAuthorizationPacTtlUnit = "string",
    EapFastPacsMachinePacTtl = 0,
    EapFastPacsMachinePacTtlUnit = "string",
    EapFastPacsServerReturns = false,
    EapFastPacsStatelessSessionResume = false,
    EapFastPacsTunnelPacTtl = 0,
    EapFastPacsTunnelPacTtlUnit = "string",
    EapFastPacsUseProactivePacUpdatePercentage = 0,
    EapFastUsePacs = false,
    EapTlsAllowAuthOfExpiredCerts = false,
    EapTlsEnableStatelessSessionResume = false,
    EapTlsSessionTicketPercentage = 0,
    EapTlsSessionTicketTtl = 0,
    EapTlsSessionTicketTtlUnit = "string",
    EapTtlsChap = false,
    EapTtlsEapMd5 = false,
    EapTtlsEapMsChapV2 = false,
    EapTtlsEapMsChapV2PwdChange = false,
    EapTtlsEapMsChapV2PwdChangeRetries = 0,
    EapTtlsMsChapV1 = false,
    EapTtlsMsChapV2 = false,
    EapTtlsPapAscii = false,
    Name = "string",
    PeapAllowPeapEapGtc = false,
    PeapAllowPeapEapGtcPwdChange = false,
    PeapAllowPeapEapGtcPwdChangeRetries = 0,
    PeapAllowPeapEapMsChapV2 = false,
    PeapAllowPeapEapMsChapV2PwdChange = false,
    PeapAllowPeapEapMsChapV2PwdChangeRetries = 0,
    PeapAllowPeapEapTls = false,
    PeapAllowPeapEapTlsAuthOfExpiredCerts = false,
    PeapPeapV0 = false,
    PreferredEapProtocol = "string",
    RequireCryptobinding = false,
    TeapDowngradeMsk = false,
    TeapEapAcceptClientCertDuringTunnelEst = false,
    TeapEapChaining = false,
    TeapEapMsChapV2 = false,
    TeapEapMsChapV2PwdChange = false,
    TeapEapMsChapV2PwdChangeRetries = 0,
    TeapEapTls = false,
    TeapEapTlsAuthOfExpiredCerts = false,
    TeapRequestBasicPwdAuth = false,
});
example, err := networkaccess.NewAllowedProtocols(ctx, "allowedProtocolsResource", &networkaccess.AllowedProtocolsArgs{
	AllowChap:                             pulumi.Bool(false),
	AllowEapFast:                          pulumi.Bool(false),
	AllowEapMd5:                           pulumi.Bool(false),
	AllowEapTls:                           pulumi.Bool(false),
	AllowEapTtls:                          pulumi.Bool(false),
	AllowLeap:                             pulumi.Bool(false),
	AllowMsChapV1:                         pulumi.Bool(false),
	AllowMsChapV2:                         pulumi.Bool(false),
	AllowPapAscii:                         pulumi.Bool(false),
	AllowPeap:                             pulumi.Bool(false),
	AllowPreferredEapProtocol:             pulumi.Bool(false),
	AllowTeap:                             pulumi.Bool(false),
	AllowWeakCiphersForEap:                pulumi.Bool(false),
	EapTlsLBit:                            pulumi.Bool(false),
	ProcessHostLookup:                     pulumi.Bool(false),
	RequireMessageAuth:                    pulumi.Bool(false),
	Allow5g:                               pulumi.Bool(false),
	Description:                           pulumi.String("string"),
	EapFastAcceptClientCert:               pulumi.Bool(false),
	EapFastAllowMachineAuthentication:     pulumi.Bool(false),
	EapFastEapGtc:                         pulumi.Bool(false),
	EapFastEapGtcPwdChange:                pulumi.Bool(false),
	EapFastEapGtcPwdChangeRetries:         pulumi.Int(0),
	EapFastEapMsChapV2:                    pulumi.Bool(false),
	EapFastEapMsChapV2PwdChange:           pulumi.Bool(false),
	EapFastEapMsChapV2PwdChangeRetries:    pulumi.Int(0),
	EapFastEapTls:                         pulumi.Bool(false),
	EapFastEapTlsAuthOfExpiredCerts:       pulumi.Bool(false),
	EapFastEnableEapChaining:              pulumi.Bool(false),
	EapFastPacsAllowAnonymousProvisioning: pulumi.Bool(false),
	EapFastPacsAllowAuthenticatedProvisioning:  pulumi.Bool(false),
	EapFastPacsAllowClientCert:                 pulumi.Bool(false),
	EapFastPacsAllowMachineAuthentication:      pulumi.Bool(false),
	EapFastPacsAuthorizationPacTtl:             pulumi.Int(0),
	EapFastPacsAuthorizationPacTtlUnit:         pulumi.String("string"),
	EapFastPacsMachinePacTtl:                   pulumi.Int(0),
	EapFastPacsMachinePacTtlUnit:               pulumi.String("string"),
	EapFastPacsServerReturns:                   pulumi.Bool(false),
	EapFastPacsStatelessSessionResume:          pulumi.Bool(false),
	EapFastPacsTunnelPacTtl:                    pulumi.Int(0),
	EapFastPacsTunnelPacTtlUnit:                pulumi.String("string"),
	EapFastPacsUseProactivePacUpdatePercentage: pulumi.Int(0),
	EapFastUsePacs:                             pulumi.Bool(false),
	EapTlsAllowAuthOfExpiredCerts:              pulumi.Bool(false),
	EapTlsEnableStatelessSessionResume:         pulumi.Bool(false),
	EapTlsSessionTicketPercentage:              pulumi.Int(0),
	EapTlsSessionTicketTtl:                     pulumi.Int(0),
	EapTlsSessionTicketTtlUnit:                 pulumi.String("string"),
	EapTtlsChap:                                pulumi.Bool(false),
	EapTtlsEapMd5:                              pulumi.Bool(false),
	EapTtlsEapMsChapV2:                         pulumi.Bool(false),
	EapTtlsEapMsChapV2PwdChange:                pulumi.Bool(false),
	EapTtlsEapMsChapV2PwdChangeRetries:         pulumi.Int(0),
	EapTtlsMsChapV1:                            pulumi.Bool(false),
	EapTtlsMsChapV2:                            pulumi.Bool(false),
	EapTtlsPapAscii:                            pulumi.Bool(false),
	Name:                                       pulumi.String("string"),
	PeapAllowPeapEapGtc:                        pulumi.Bool(false),
	PeapAllowPeapEapGtcPwdChange:               pulumi.Bool(false),
	PeapAllowPeapEapGtcPwdChangeRetries:        pulumi.Int(0),
	PeapAllowPeapEapMsChapV2:                   pulumi.Bool(false),
	PeapAllowPeapEapMsChapV2PwdChange:          pulumi.Bool(false),
	PeapAllowPeapEapMsChapV2PwdChangeRetries:   pulumi.Int(0),
	PeapAllowPeapEapTls:                        pulumi.Bool(false),
	PeapAllowPeapEapTlsAuthOfExpiredCerts:      pulumi.Bool(false),
	PeapPeapV0:                                 pulumi.Bool(false),
	PreferredEapProtocol:                       pulumi.String("string"),
	RequireCryptobinding:                       pulumi.Bool(false),
	TeapDowngradeMsk:                           pulumi.Bool(false),
	TeapEapAcceptClientCertDuringTunnelEst:     pulumi.Bool(false),
	TeapEapChaining:                            pulumi.Bool(false),
	TeapEapMsChapV2:                            pulumi.Bool(false),
	TeapEapMsChapV2PwdChange:                   pulumi.Bool(false),
	TeapEapMsChapV2PwdChangeRetries:            pulumi.Int(0),
	TeapEapTls:                                 pulumi.Bool(false),
	TeapEapTlsAuthOfExpiredCerts:               pulumi.Bool(false),
	TeapRequestBasicPwdAuth:                    pulumi.Bool(false),
})
var allowedProtocolsResource = new AllowedProtocols("allowedProtocolsResource", AllowedProtocolsArgs.builder()
    .allowChap(false)
    .allowEapFast(false)
    .allowEapMd5(false)
    .allowEapTls(false)
    .allowEapTtls(false)
    .allowLeap(false)
    .allowMsChapV1(false)
    .allowMsChapV2(false)
    .allowPapAscii(false)
    .allowPeap(false)
    .allowPreferredEapProtocol(false)
    .allowTeap(false)
    .allowWeakCiphersForEap(false)
    .eapTlsLBit(false)
    .processHostLookup(false)
    .requireMessageAuth(false)
    .allow5g(false)
    .description("string")
    .eapFastAcceptClientCert(false)
    .eapFastAllowMachineAuthentication(false)
    .eapFastEapGtc(false)
    .eapFastEapGtcPwdChange(false)
    .eapFastEapGtcPwdChangeRetries(0)
    .eapFastEapMsChapV2(false)
    .eapFastEapMsChapV2PwdChange(false)
    .eapFastEapMsChapV2PwdChangeRetries(0)
    .eapFastEapTls(false)
    .eapFastEapTlsAuthOfExpiredCerts(false)
    .eapFastEnableEapChaining(false)
    .eapFastPacsAllowAnonymousProvisioning(false)
    .eapFastPacsAllowAuthenticatedProvisioning(false)
    .eapFastPacsAllowClientCert(false)
    .eapFastPacsAllowMachineAuthentication(false)
    .eapFastPacsAuthorizationPacTtl(0)
    .eapFastPacsAuthorizationPacTtlUnit("string")
    .eapFastPacsMachinePacTtl(0)
    .eapFastPacsMachinePacTtlUnit("string")
    .eapFastPacsServerReturns(false)
    .eapFastPacsStatelessSessionResume(false)
    .eapFastPacsTunnelPacTtl(0)
    .eapFastPacsTunnelPacTtlUnit("string")
    .eapFastPacsUseProactivePacUpdatePercentage(0)
    .eapFastUsePacs(false)
    .eapTlsAllowAuthOfExpiredCerts(false)
    .eapTlsEnableStatelessSessionResume(false)
    .eapTlsSessionTicketPercentage(0)
    .eapTlsSessionTicketTtl(0)
    .eapTlsSessionTicketTtlUnit("string")
    .eapTtlsChap(false)
    .eapTtlsEapMd5(false)
    .eapTtlsEapMsChapV2(false)
    .eapTtlsEapMsChapV2PwdChange(false)
    .eapTtlsEapMsChapV2PwdChangeRetries(0)
    .eapTtlsMsChapV1(false)
    .eapTtlsMsChapV2(false)
    .eapTtlsPapAscii(false)
    .name("string")
    .peapAllowPeapEapGtc(false)
    .peapAllowPeapEapGtcPwdChange(false)
    .peapAllowPeapEapGtcPwdChangeRetries(0)
    .peapAllowPeapEapMsChapV2(false)
    .peapAllowPeapEapMsChapV2PwdChange(false)
    .peapAllowPeapEapMsChapV2PwdChangeRetries(0)
    .peapAllowPeapEapTls(false)
    .peapAllowPeapEapTlsAuthOfExpiredCerts(false)
    .peapPeapV0(false)
    .preferredEapProtocol("string")
    .requireCryptobinding(false)
    .teapDowngradeMsk(false)
    .teapEapAcceptClientCertDuringTunnelEst(false)
    .teapEapChaining(false)
    .teapEapMsChapV2(false)
    .teapEapMsChapV2PwdChange(false)
    .teapEapMsChapV2PwdChangeRetries(0)
    .teapEapTls(false)
    .teapEapTlsAuthOfExpiredCerts(false)
    .teapRequestBasicPwdAuth(false)
    .build());
allowed_protocols_resource = ise.networkaccess.AllowedProtocols("allowedProtocolsResource",
    allow_chap=False,
    allow_eap_fast=False,
    allow_eap_md5=False,
    allow_eap_tls=False,
    allow_eap_ttls=False,
    allow_leap=False,
    allow_ms_chap_v1=False,
    allow_ms_chap_v2=False,
    allow_pap_ascii=False,
    allow_peap=False,
    allow_preferred_eap_protocol=False,
    allow_teap=False,
    allow_weak_ciphers_for_eap=False,
    eap_tls_l_bit=False,
    process_host_lookup=False,
    require_message_auth=False,
    allow5g=False,
    description="string",
    eap_fast_accept_client_cert=False,
    eap_fast_allow_machine_authentication=False,
    eap_fast_eap_gtc=False,
    eap_fast_eap_gtc_pwd_change=False,
    eap_fast_eap_gtc_pwd_change_retries=0,
    eap_fast_eap_ms_chap_v2=False,
    eap_fast_eap_ms_chap_v2_pwd_change=False,
    eap_fast_eap_ms_chap_v2_pwd_change_retries=0,
    eap_fast_eap_tls=False,
    eap_fast_eap_tls_auth_of_expired_certs=False,
    eap_fast_enable_eap_chaining=False,
    eap_fast_pacs_allow_anonymous_provisioning=False,
    eap_fast_pacs_allow_authenticated_provisioning=False,
    eap_fast_pacs_allow_client_cert=False,
    eap_fast_pacs_allow_machine_authentication=False,
    eap_fast_pacs_authorization_pac_ttl=0,
    eap_fast_pacs_authorization_pac_ttl_unit="string",
    eap_fast_pacs_machine_pac_ttl=0,
    eap_fast_pacs_machine_pac_ttl_unit="string",
    eap_fast_pacs_server_returns=False,
    eap_fast_pacs_stateless_session_resume=False,
    eap_fast_pacs_tunnel_pac_ttl=0,
    eap_fast_pacs_tunnel_pac_ttl_unit="string",
    eap_fast_pacs_use_proactive_pac_update_percentage=0,
    eap_fast_use_pacs=False,
    eap_tls_allow_auth_of_expired_certs=False,
    eap_tls_enable_stateless_session_resume=False,
    eap_tls_session_ticket_percentage=0,
    eap_tls_session_ticket_ttl=0,
    eap_tls_session_ticket_ttl_unit="string",
    eap_ttls_chap=False,
    eap_ttls_eap_md5=False,
    eap_ttls_eap_ms_chap_v2=False,
    eap_ttls_eap_ms_chap_v2_pwd_change=False,
    eap_ttls_eap_ms_chap_v2_pwd_change_retries=0,
    eap_ttls_ms_chap_v1=False,
    eap_ttls_ms_chap_v2=False,
    eap_ttls_pap_ascii=False,
    name="string",
    peap_allow_peap_eap_gtc=False,
    peap_allow_peap_eap_gtc_pwd_change=False,
    peap_allow_peap_eap_gtc_pwd_change_retries=0,
    peap_allow_peap_eap_ms_chap_v2=False,
    peap_allow_peap_eap_ms_chap_v2_pwd_change=False,
    peap_allow_peap_eap_ms_chap_v2_pwd_change_retries=0,
    peap_allow_peap_eap_tls=False,
    peap_allow_peap_eap_tls_auth_of_expired_certs=False,
    peap_peap_v0=False,
    preferred_eap_protocol="string",
    require_cryptobinding=False,
    teap_downgrade_msk=False,
    teap_eap_accept_client_cert_during_tunnel_est=False,
    teap_eap_chaining=False,
    teap_eap_ms_chap_v2=False,
    teap_eap_ms_chap_v2_pwd_change=False,
    teap_eap_ms_chap_v2_pwd_change_retries=0,
    teap_eap_tls=False,
    teap_eap_tls_auth_of_expired_certs=False,
    teap_request_basic_pwd_auth=False)
const allowedProtocolsResource = new ise.networkaccess.AllowedProtocols("allowedProtocolsResource", {
    allowChap: false,
    allowEapFast: false,
    allowEapMd5: false,
    allowEapTls: false,
    allowEapTtls: false,
    allowLeap: false,
    allowMsChapV1: false,
    allowMsChapV2: false,
    allowPapAscii: false,
    allowPeap: false,
    allowPreferredEapProtocol: false,
    allowTeap: false,
    allowWeakCiphersForEap: false,
    eapTlsLBit: false,
    processHostLookup: false,
    requireMessageAuth: false,
    allow5g: false,
    description: "string",
    eapFastAcceptClientCert: false,
    eapFastAllowMachineAuthentication: false,
    eapFastEapGtc: false,
    eapFastEapGtcPwdChange: false,
    eapFastEapGtcPwdChangeRetries: 0,
    eapFastEapMsChapV2: false,
    eapFastEapMsChapV2PwdChange: false,
    eapFastEapMsChapV2PwdChangeRetries: 0,
    eapFastEapTls: false,
    eapFastEapTlsAuthOfExpiredCerts: false,
    eapFastEnableEapChaining: false,
    eapFastPacsAllowAnonymousProvisioning: false,
    eapFastPacsAllowAuthenticatedProvisioning: false,
    eapFastPacsAllowClientCert: false,
    eapFastPacsAllowMachineAuthentication: false,
    eapFastPacsAuthorizationPacTtl: 0,
    eapFastPacsAuthorizationPacTtlUnit: "string",
    eapFastPacsMachinePacTtl: 0,
    eapFastPacsMachinePacTtlUnit: "string",
    eapFastPacsServerReturns: false,
    eapFastPacsStatelessSessionResume: false,
    eapFastPacsTunnelPacTtl: 0,
    eapFastPacsTunnelPacTtlUnit: "string",
    eapFastPacsUseProactivePacUpdatePercentage: 0,
    eapFastUsePacs: false,
    eapTlsAllowAuthOfExpiredCerts: false,
    eapTlsEnableStatelessSessionResume: false,
    eapTlsSessionTicketPercentage: 0,
    eapTlsSessionTicketTtl: 0,
    eapTlsSessionTicketTtlUnit: "string",
    eapTtlsChap: false,
    eapTtlsEapMd5: false,
    eapTtlsEapMsChapV2: false,
    eapTtlsEapMsChapV2PwdChange: false,
    eapTtlsEapMsChapV2PwdChangeRetries: 0,
    eapTtlsMsChapV1: false,
    eapTtlsMsChapV2: false,
    eapTtlsPapAscii: false,
    name: "string",
    peapAllowPeapEapGtc: false,
    peapAllowPeapEapGtcPwdChange: false,
    peapAllowPeapEapGtcPwdChangeRetries: 0,
    peapAllowPeapEapMsChapV2: false,
    peapAllowPeapEapMsChapV2PwdChange: false,
    peapAllowPeapEapMsChapV2PwdChangeRetries: 0,
    peapAllowPeapEapTls: false,
    peapAllowPeapEapTlsAuthOfExpiredCerts: false,
    peapPeapV0: false,
    preferredEapProtocol: "string",
    requireCryptobinding: false,
    teapDowngradeMsk: false,
    teapEapAcceptClientCertDuringTunnelEst: false,
    teapEapChaining: false,
    teapEapMsChapV2: false,
    teapEapMsChapV2PwdChange: false,
    teapEapMsChapV2PwdChangeRetries: 0,
    teapEapTls: false,
    teapEapTlsAuthOfExpiredCerts: false,
    teapRequestBasicPwdAuth: false,
});
type: ise:networkaccess:AllowedProtocols
properties:
    allow5g: false
    allowChap: false
    allowEapFast: false
    allowEapMd5: false
    allowEapTls: false
    allowEapTtls: false
    allowLeap: false
    allowMsChapV1: false
    allowMsChapV2: false
    allowPapAscii: false
    allowPeap: false
    allowPreferredEapProtocol: false
    allowTeap: false
    allowWeakCiphersForEap: false
    description: string
    eapFastAcceptClientCert: false
    eapFastAllowMachineAuthentication: false
    eapFastEapGtc: false
    eapFastEapGtcPwdChange: false
    eapFastEapGtcPwdChangeRetries: 0
    eapFastEapMsChapV2: false
    eapFastEapMsChapV2PwdChange: false
    eapFastEapMsChapV2PwdChangeRetries: 0
    eapFastEapTls: false
    eapFastEapTlsAuthOfExpiredCerts: false
    eapFastEnableEapChaining: false
    eapFastPacsAllowAnonymousProvisioning: false
    eapFastPacsAllowAuthenticatedProvisioning: false
    eapFastPacsAllowClientCert: false
    eapFastPacsAllowMachineAuthentication: false
    eapFastPacsAuthorizationPacTtl: 0
    eapFastPacsAuthorizationPacTtlUnit: string
    eapFastPacsMachinePacTtl: 0
    eapFastPacsMachinePacTtlUnit: string
    eapFastPacsServerReturns: false
    eapFastPacsStatelessSessionResume: false
    eapFastPacsTunnelPacTtl: 0
    eapFastPacsTunnelPacTtlUnit: string
    eapFastPacsUseProactivePacUpdatePercentage: 0
    eapFastUsePacs: false
    eapTlsAllowAuthOfExpiredCerts: false
    eapTlsEnableStatelessSessionResume: false
    eapTlsLBit: false
    eapTlsSessionTicketPercentage: 0
    eapTlsSessionTicketTtl: 0
    eapTlsSessionTicketTtlUnit: string
    eapTtlsChap: false
    eapTtlsEapMd5: false
    eapTtlsEapMsChapV2: false
    eapTtlsEapMsChapV2PwdChange: false
    eapTtlsEapMsChapV2PwdChangeRetries: 0
    eapTtlsMsChapV1: false
    eapTtlsMsChapV2: false
    eapTtlsPapAscii: false
    name: string
    peapAllowPeapEapGtc: false
    peapAllowPeapEapGtcPwdChange: false
    peapAllowPeapEapGtcPwdChangeRetries: 0
    peapAllowPeapEapMsChapV2: false
    peapAllowPeapEapMsChapV2PwdChange: false
    peapAllowPeapEapMsChapV2PwdChangeRetries: 0
    peapAllowPeapEapTls: false
    peapAllowPeapEapTlsAuthOfExpiredCerts: false
    peapPeapV0: false
    preferredEapProtocol: string
    processHostLookup: false
    requireCryptobinding: false
    requireMessageAuth: false
    teapDowngradeMsk: false
    teapEapAcceptClientCertDuringTunnelEst: false
    teapEapChaining: false
    teapEapMsChapV2: false
    teapEapMsChapV2PwdChange: false
    teapEapMsChapV2PwdChangeRetries: 0
    teapEapTls: false
    teapEapTlsAuthOfExpiredCerts: false
    teapRequestBasicPwdAuth: false
AllowedProtocols Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AllowedProtocols resource accepts the following input properties:
- Allow
Chap bool - Allow CHAP
 - Allow
Eap boolFast  - Allow EAP Fast
 - Allow
Eap boolMd5  - Allow EAP MD5
 - Allow
Eap boolTls  - Allow EAP TLS
 - Allow
Eap boolTtls  - Allow EAP TTLS
 - Allow
Leap bool - Allow LEAP
 - Allow
Ms boolChap V1  - Allow MS CHAP v1
 - Allow
Ms boolChap V2  - Allow MS CHAP v2
 - Allow
Pap boolAscii  - Allow PAP ASCII
 - Allow
Peap bool - Allow PEAP
 - Allow
Preferred boolEap Protocol  - Allow preferred EAP protocol
 - Allow
Teap bool - Allow TEAP
 - Allow
Weak boolCiphers For Eap  - Allow weak ciphers for EAP
 - Eap
Tls boolLBit  - EAP TLS L-Bit
 - Process
Host boolLookup  - Process host lookup
 - Require
Message boolAuth  - Require message authentication
 - Allow5g bool
 - Allow 5G. This field is only supported from ISE 3.2.
 - Description string
 - Description
 - Eap
Fast boolAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolEap Gtc  - Allow EAP GTC
 - Eap
Fast boolEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - Eap
Fast intEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - Eap
Fast boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Fast boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Eap
Fast intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Fast boolEap Tls  - Allow EAP TLS
 - Eap
Fast boolEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - Eap
Fast boolEnable Eap Chaining  - Enable EAP chaining
 - Eap
Fast boolPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - int
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - string
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Eap
Fast stringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast boolPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast intPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast stringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - Eap
Fast boolUse Pacs  - Use PACs
 - Eap
Tls boolAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - Eap
Tls boolEnable Stateless Session Resume  - Enable stateless session resume
 - Eap
Tls intSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - Eap
Tls intSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Eap
Tls stringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Ttls boolChap  - Allow CHAP
 - Eap
Ttls boolEap Md5  - Allow EAP MD5
 - Eap
Ttls boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Ttls boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Eap
Ttls intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Ttls boolMs Chap V1  - Allow MS CHAP v1
 - Eap
Ttls boolMs Chap V2  - Allow MS CHAP v2
 - Eap
Ttls boolPap Ascii  - Allow PAP ASCII
 - Name string
 - The name of the allowed protocols
 - Peap
Allow boolPeap Eap Gtc  - Allow PEAP EAP GTC
 - Peap
Allow boolPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - Peap
Allow intPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - Peap
Allow boolPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - Peap
Allow boolPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Peap
Allow intPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - Peap
Allow boolPeap Eap Tls  - Allow PEAP EAP TLS
 - Peap
Allow boolPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - Peap
Peap boolV0  - Allow PEAP v0
 - Preferred
Eap stringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - Require
Cryptobinding bool - Require cryptobinding
 - Teap
Downgrade boolMsk  - Allow downgrade to MSK
 - Teap
Eap boolAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - Teap
Eap boolChaining  - Allow EAP chaining
 - Teap
Eap boolMs Chap V2  - Allow EAP MS CHAP v2
 - Teap
Eap boolMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - Teap
Eap intMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - Teap
Eap boolTls  - Allow EAP TLS
 - Teap
Eap boolTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - Teap
Request boolBasic Pwd Auth  - Request basic password authentication
 
- Allow
Chap bool - Allow CHAP
 - Allow
Eap boolFast  - Allow EAP Fast
 - Allow
Eap boolMd5  - Allow EAP MD5
 - Allow
Eap boolTls  - Allow EAP TLS
 - Allow
Eap boolTtls  - Allow EAP TTLS
 - Allow
Leap bool - Allow LEAP
 - Allow
Ms boolChap V1  - Allow MS CHAP v1
 - Allow
Ms boolChap V2  - Allow MS CHAP v2
 - Allow
Pap boolAscii  - Allow PAP ASCII
 - Allow
Peap bool - Allow PEAP
 - Allow
Preferred boolEap Protocol  - Allow preferred EAP protocol
 - Allow
Teap bool - Allow TEAP
 - Allow
Weak boolCiphers For Eap  - Allow weak ciphers for EAP
 - Eap
Tls boolLBit  - EAP TLS L-Bit
 - Process
Host boolLookup  - Process host lookup
 - Require
Message boolAuth  - Require message authentication
 - Allow5g bool
 - Allow 5G. This field is only supported from ISE 3.2.
 - Description string
 - Description
 - Eap
Fast boolAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolEap Gtc  - Allow EAP GTC
 - Eap
Fast boolEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - Eap
Fast intEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - Eap
Fast boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Fast boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Eap
Fast intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Fast boolEap Tls  - Allow EAP TLS
 - Eap
Fast boolEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - Eap
Fast boolEnable Eap Chaining  - Enable EAP chaining
 - Eap
Fast boolPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - int
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - string
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Eap
Fast stringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast boolPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast intPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast stringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - Eap
Fast boolUse Pacs  - Use PACs
 - Eap
Tls boolAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - Eap
Tls boolEnable Stateless Session Resume  - Enable stateless session resume
 - Eap
Tls intSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - Eap
Tls intSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Eap
Tls stringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Ttls boolChap  - Allow CHAP
 - Eap
Ttls boolEap Md5  - Allow EAP MD5
 - Eap
Ttls boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Ttls boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Eap
Ttls intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Ttls boolMs Chap V1  - Allow MS CHAP v1
 - Eap
Ttls boolMs Chap V2  - Allow MS CHAP v2
 - Eap
Ttls boolPap Ascii  - Allow PAP ASCII
 - Name string
 - The name of the allowed protocols
 - Peap
Allow boolPeap Eap Gtc  - Allow PEAP EAP GTC
 - Peap
Allow boolPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - Peap
Allow intPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - Peap
Allow boolPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - Peap
Allow boolPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Peap
Allow intPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - Peap
Allow boolPeap Eap Tls  - Allow PEAP EAP TLS
 - Peap
Allow boolPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - Peap
Peap boolV0  - Allow PEAP v0
 - Preferred
Eap stringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - Require
Cryptobinding bool - Require cryptobinding
 - Teap
Downgrade boolMsk  - Allow downgrade to MSK
 - Teap
Eap boolAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - Teap
Eap boolChaining  - Allow EAP chaining
 - Teap
Eap boolMs Chap V2  - Allow EAP MS CHAP v2
 - Teap
Eap boolMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - Teap
Eap intMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - Teap
Eap boolTls  - Allow EAP TLS
 - Teap
Eap boolTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - Teap
Request boolBasic Pwd Auth  - Request basic password authentication
 
- allow
Chap Boolean - Allow CHAP
 - allow
Eap BooleanFast  - Allow EAP Fast
 - allow
Eap BooleanMd5  - Allow EAP MD5
 - allow
Eap BooleanTls  - Allow EAP TLS
 - allow
Eap BooleanTtls  - Allow EAP TTLS
 - allow
Leap Boolean - Allow LEAP
 - allow
Ms BooleanChap V1  - Allow MS CHAP v1
 - allow
Ms BooleanChap V2  - Allow MS CHAP v2
 - allow
Pap BooleanAscii  - Allow PAP ASCII
 - allow
Peap Boolean - Allow PEAP
 - allow
Preferred BooleanEap Protocol  - Allow preferred EAP protocol
 - allow
Teap Boolean - Allow TEAP
 - allow
Weak BooleanCiphers For Eap  - Allow weak ciphers for EAP
 - eap
Tls BooleanLBit  - EAP TLS L-Bit
 - process
Host BooleanLookup  - Process host lookup
 - require
Message BooleanAuth  - Require message authentication
 - allow5g Boolean
 - Allow 5G. This field is only supported from ISE 3.2.
 - description String
 - Description
 - eap
Fast BooleanAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanEap Gtc  - Allow EAP GTC
 - eap
Fast BooleanEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap
Fast IntegerEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap
Fast BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Fast BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap
Fast IntegerEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap
Fast BooleanEap Tls  - Allow EAP TLS
 - eap
Fast BooleanEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap
Fast BooleanEnable Eap Chaining  - Enable EAP chaining
 - eap
Fast BooleanPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - Integer
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - String
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast IntegerPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap
Fast StringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast BooleanPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast IntegerPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast StringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast IntegerPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap
Fast BooleanUse Pacs  - Use PACs
 - eap
Tls BooleanAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - eap
Tls BooleanEnable Stateless Session Resume  - Enable stateless session resume
 - eap
Tls IntegerSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap
Tls IntegerSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap
Tls StringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Ttls BooleanChap  - Allow CHAP
 - eap
Ttls BooleanEap Md5  - Allow EAP MD5
 - eap
Ttls BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Ttls BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap
Ttls IntegerEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap
Ttls BooleanMs Chap V1  - Allow MS CHAP v1
 - eap
Ttls BooleanMs Chap V2  - Allow MS CHAP v2
 - eap
Ttls BooleanPap Ascii  - Allow PAP ASCII
 - name String
 - The name of the allowed protocols
 - peap
Allow BooleanPeap Eap Gtc  - Allow PEAP EAP GTC
 - peap
Allow BooleanPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap
Allow IntegerPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap
Allow BooleanPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - peap
Allow BooleanPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap
Allow IntegerPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap
Allow BooleanPeap Eap Tls  - Allow PEAP EAP TLS
 - peap
Allow BooleanPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap
Peap BooleanV0  - Allow PEAP v0
 - preferred
Eap StringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - require
Cryptobinding Boolean - Require cryptobinding
 - teap
Downgrade BooleanMsk  - Allow downgrade to MSK
 - teap
Eap BooleanAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - teap
Eap BooleanChaining  - Allow EAP chaining
 - teap
Eap BooleanMs Chap V2  - Allow EAP MS CHAP v2
 - teap
Eap BooleanMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap
Eap IntegerMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap
Eap BooleanTls  - Allow EAP TLS
 - teap
Eap BooleanTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap
Request BooleanBasic Pwd Auth  - Request basic password authentication
 
- allow
Chap boolean - Allow CHAP
 - allow
Eap booleanFast  - Allow EAP Fast
 - allow
Eap booleanMd5  - Allow EAP MD5
 - allow
Eap booleanTls  - Allow EAP TLS
 - allow
Eap booleanTtls  - Allow EAP TTLS
 - allow
Leap boolean - Allow LEAP
 - allow
Ms booleanChap V1  - Allow MS CHAP v1
 - allow
Ms booleanChap V2  - Allow MS CHAP v2
 - allow
Pap booleanAscii  - Allow PAP ASCII
 - allow
Peap boolean - Allow PEAP
 - allow
Preferred booleanEap Protocol  - Allow preferred EAP protocol
 - allow
Teap boolean - Allow TEAP
 - allow
Weak booleanCiphers For Eap  - Allow weak ciphers for EAP
 - eap
Tls booleanLBit  - EAP TLS L-Bit
 - process
Host booleanLookup  - Process host lookup
 - require
Message booleanAuth  - Require message authentication
 - allow5g boolean
 - Allow 5G. This field is only supported from ISE 3.2.
 - description string
 - Description
 - eap
Fast booleanAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast booleanAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast booleanEap Gtc  - Allow EAP GTC
 - eap
Fast booleanEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap
Fast numberEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap
Fast booleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Fast booleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap
Fast numberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap
Fast booleanEap Tls  - Allow EAP TLS
 - eap
Fast booleanEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap
Fast booleanEnable Eap Chaining  - Enable EAP chaining
 - eap
Fast booleanPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast booleanPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast booleanPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast booleanPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - number
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - string
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast numberPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap
Fast stringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast booleanPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast booleanPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast numberPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast stringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast numberPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap
Fast booleanUse Pacs  - Use PACs
 - eap
Tls booleanAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - eap
Tls booleanEnable Stateless Session Resume  - Enable stateless session resume
 - eap
Tls numberSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap
Tls numberSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap
Tls stringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Ttls booleanChap  - Allow CHAP
 - eap
Ttls booleanEap Md5  - Allow EAP MD5
 - eap
Ttls booleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Ttls booleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap
Ttls numberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap
Ttls booleanMs Chap V1  - Allow MS CHAP v1
 - eap
Ttls booleanMs Chap V2  - Allow MS CHAP v2
 - eap
Ttls booleanPap Ascii  - Allow PAP ASCII
 - name string
 - The name of the allowed protocols
 - peap
Allow booleanPeap Eap Gtc  - Allow PEAP EAP GTC
 - peap
Allow booleanPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap
Allow numberPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap
Allow booleanPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - peap
Allow booleanPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap
Allow numberPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap
Allow booleanPeap Eap Tls  - Allow PEAP EAP TLS
 - peap
Allow booleanPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap
Peap booleanV0  - Allow PEAP v0
 - preferred
Eap stringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - require
Cryptobinding boolean - Require cryptobinding
 - teap
Downgrade booleanMsk  - Allow downgrade to MSK
 - teap
Eap booleanAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - teap
Eap booleanChaining  - Allow EAP chaining
 - teap
Eap booleanMs Chap V2  - Allow EAP MS CHAP v2
 - teap
Eap booleanMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap
Eap numberMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap
Eap booleanTls  - Allow EAP TLS
 - teap
Eap booleanTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap
Request booleanBasic Pwd Auth  - Request basic password authentication
 
- allow_
chap bool - Allow CHAP
 - allow_
eap_ boolfast  - Allow EAP Fast
 - allow_
eap_ boolmd5  - Allow EAP MD5
 - allow_
eap_ booltls  - Allow EAP TLS
 - allow_
eap_ boolttls  - Allow EAP TTLS
 - allow_
leap bool - Allow LEAP
 - allow_
ms_ boolchap_ v1  - Allow MS CHAP v1
 - allow_
ms_ boolchap_ v2  - Allow MS CHAP v2
 - allow_
pap_ boolascii  - Allow PAP ASCII
 - allow_
peap bool - Allow PEAP
 - allow_
preferred_ booleap_ protocol  - Allow preferred EAP protocol
 - allow_
teap bool - Allow TEAP
 - allow_
weak_ boolciphers_ for_ eap  - Allow weak ciphers for EAP
 - eap_
tls_ booll_ bit  - EAP TLS L-Bit
 - process_
host_ boollookup  - Process host lookup
 - require_
message_ boolauth  - Require message authentication
 - allow5g bool
 - Allow 5G. This field is only supported from ISE 3.2.
 - description str
 - Description
 - eap_
fast_ boolaccept_ client_ cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap_
fast_ boolallow_ machine_ authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap_
fast_ booleap_ gtc  - Allow EAP GTC
 - eap_
fast_ booleap_ gtc_ pwd_ change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap_
fast_ inteap_ gtc_ pwd_ change_ retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap_
fast_ booleap_ ms_ chap_ v2  - Allow EAP MS CHAP v2
 - eap_
fast_ booleap_ ms_ chap_ v2_ pwd_ change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap_
fast_ inteap_ ms_ chap_ v2_ pwd_ change_ retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap_
fast_ booleap_ tls  - Allow EAP TLS
 - eap_
fast_ booleap_ tls_ auth_ of_ expired_ certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap_
fast_ boolenable_ eap_ chaining  - Enable EAP chaining
 - eap_
fast_ boolpacs_ allow_ anonymous_ provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ boolpacs_ allow_ authenticated_ provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ boolpacs_ allow_ client_ cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap_
fast_ boolpacs_ allow_ machine_ authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - int
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - str
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
fast_ intpacs_ machine_ pac_ ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap_
fast_ strpacs_ machine_ pac_ ttl_ unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
fast_ boolpacs_ server_ returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap_
fast_ boolpacs_ stateless_ session_ resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ intpacs_ tunnel_ pac_ ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ strpacs_ tunnel_ pac_ ttl_ unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
fast_ intpacs_ use_ proactive_ pac_ update_ percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap_
fast_ booluse_ pacs  - Use PACs
 - eap_
tls_ boolallow_ auth_ of_ expired_ certs  - Allow authentication of expired certificates
 - eap_
tls_ boolenable_ stateless_ session_ resume  - Enable stateless session resume
 - eap_
tls_ intsession_ ticket_ percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap_
tls_ intsession_ ticket_ ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap_
tls_ strsession_ ticket_ ttl_ unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
ttls_ boolchap  - Allow CHAP
 - eap_
ttls_ booleap_ md5  - Allow EAP MD5
 - eap_
ttls_ booleap_ ms_ chap_ v2  - Allow EAP MS CHAP v2
 - eap_
ttls_ booleap_ ms_ chap_ v2_ pwd_ change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap_
ttls_ inteap_ ms_ chap_ v2_ pwd_ change_ retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap_
ttls_ boolms_ chap_ v1  - Allow MS CHAP v1
 - eap_
ttls_ boolms_ chap_ v2  - Allow MS CHAP v2
 - eap_
ttls_ boolpap_ ascii  - Allow PAP ASCII
 - name str
 - The name of the allowed protocols
 - peap_
allow_ boolpeap_ eap_ gtc  - Allow PEAP EAP GTC
 - peap_
allow_ boolpeap_ eap_ gtc_ pwd_ change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap_
allow_ intpeap_ eap_ gtc_ pwd_ change_ retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap_
allow_ boolpeap_ eap_ ms_ chap_ v2  - Allow PEAP EAP MS CHAP v2
 - peap_
allow_ boolpeap_ eap_ ms_ chap_ v2_ pwd_ change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap_
allow_ intpeap_ eap_ ms_ chap_ v2_ pwd_ change_ retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap_
allow_ boolpeap_ eap_ tls  - Allow PEAP EAP TLS
 - peap_
allow_ boolpeap_ eap_ tls_ auth_ of_ expired_ certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap_
peap_ boolv0  - Allow PEAP v0
 - preferred_
eap_ strprotocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - require_
cryptobinding bool - Require cryptobinding
 - teap_
downgrade_ boolmsk  - Allow downgrade to MSK
 - teap_
eap_ boolaccept_ client_ cert_ during_ tunnel_ est  - Accept client certificate during tunnel establishment
 - teap_
eap_ boolchaining  - Allow EAP chaining
 - teap_
eap_ boolms_ chap_ v2  - Allow EAP MS CHAP v2
 - teap_
eap_ boolms_ chap_ v2_ pwd_ change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap_
eap_ intms_ chap_ v2_ pwd_ change_ retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap_
eap_ booltls  - Allow EAP TLS
 - teap_
eap_ booltls_ auth_ of_ expired_ certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap_
request_ boolbasic_ pwd_ auth  - Request basic password authentication
 
- allow
Chap Boolean - Allow CHAP
 - allow
Eap BooleanFast  - Allow EAP Fast
 - allow
Eap BooleanMd5  - Allow EAP MD5
 - allow
Eap BooleanTls  - Allow EAP TLS
 - allow
Eap BooleanTtls  - Allow EAP TTLS
 - allow
Leap Boolean - Allow LEAP
 - allow
Ms BooleanChap V1  - Allow MS CHAP v1
 - allow
Ms BooleanChap V2  - Allow MS CHAP v2
 - allow
Pap BooleanAscii  - Allow PAP ASCII
 - allow
Peap Boolean - Allow PEAP
 - allow
Preferred BooleanEap Protocol  - Allow preferred EAP protocol
 - allow
Teap Boolean - Allow TEAP
 - allow
Weak BooleanCiphers For Eap  - Allow weak ciphers for EAP
 - eap
Tls BooleanLBit  - EAP TLS L-Bit
 - process
Host BooleanLookup  - Process host lookup
 - require
Message BooleanAuth  - Require message authentication
 - allow5g Boolean
 - Allow 5G. This field is only supported from ISE 3.2.
 - description String
 - Description
 - eap
Fast BooleanAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanEap Gtc  - Allow EAP GTC
 - eap
Fast BooleanEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap
Fast NumberEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap
Fast BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Fast BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap
Fast NumberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap
Fast BooleanEap Tls  - Allow EAP TLS
 - eap
Fast BooleanEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap
Fast BooleanEnable Eap Chaining  - Enable EAP chaining
 - eap
Fast BooleanPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - Number
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - String
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast NumberPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap
Fast StringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast BooleanPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast NumberPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast StringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast NumberPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap
Fast BooleanUse Pacs  - Use PACs
 - eap
Tls BooleanAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - eap
Tls BooleanEnable Stateless Session Resume  - Enable stateless session resume
 - eap
Tls NumberSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap
Tls NumberSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap
Tls StringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Ttls BooleanChap  - Allow CHAP
 - eap
Ttls BooleanEap Md5  - Allow EAP MD5
 - eap
Ttls BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Ttls BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap
Ttls NumberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap
Ttls BooleanMs Chap V1  - Allow MS CHAP v1
 - eap
Ttls BooleanMs Chap V2  - Allow MS CHAP v2
 - eap
Ttls BooleanPap Ascii  - Allow PAP ASCII
 - name String
 - The name of the allowed protocols
 - peap
Allow BooleanPeap Eap Gtc  - Allow PEAP EAP GTC
 - peap
Allow BooleanPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap
Allow NumberPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap
Allow BooleanPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - peap
Allow BooleanPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap
Allow NumberPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap
Allow BooleanPeap Eap Tls  - Allow PEAP EAP TLS
 - peap
Allow BooleanPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap
Peap BooleanV0  - Allow PEAP v0
 - preferred
Eap StringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - require
Cryptobinding Boolean - Require cryptobinding
 - teap
Downgrade BooleanMsk  - Allow downgrade to MSK
 - teap
Eap BooleanAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - teap
Eap BooleanChaining  - Allow EAP chaining
 - teap
Eap BooleanMs Chap V2  - Allow EAP MS CHAP v2
 - teap
Eap BooleanMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap
Eap NumberMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap
Eap BooleanTls  - Allow EAP TLS
 - teap
Eap BooleanTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap
Request BooleanBasic Pwd Auth  - Request basic password authentication
 
Outputs
All input properties are implicitly available as output properties. Additionally, the AllowedProtocols resource produces the following output properties:
- Id string
 - The provider-assigned unique ID for this managed resource.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 
- id str
 - The provider-assigned unique ID for this managed resource.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 
Look up Existing AllowedProtocols Resource
Get an existing AllowedProtocols 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?: AllowedProtocolsState, opts?: CustomResourceOptions): AllowedProtocols@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        allow5g: Optional[bool] = None,
        allow_chap: Optional[bool] = None,
        allow_eap_fast: Optional[bool] = None,
        allow_eap_md5: Optional[bool] = None,
        allow_eap_tls: Optional[bool] = None,
        allow_eap_ttls: Optional[bool] = None,
        allow_leap: Optional[bool] = None,
        allow_ms_chap_v1: Optional[bool] = None,
        allow_ms_chap_v2: Optional[bool] = None,
        allow_pap_ascii: Optional[bool] = None,
        allow_peap: Optional[bool] = None,
        allow_preferred_eap_protocol: Optional[bool] = None,
        allow_teap: Optional[bool] = None,
        allow_weak_ciphers_for_eap: Optional[bool] = None,
        description: Optional[str] = None,
        eap_fast_accept_client_cert: Optional[bool] = None,
        eap_fast_allow_machine_authentication: Optional[bool] = None,
        eap_fast_eap_gtc: Optional[bool] = None,
        eap_fast_eap_gtc_pwd_change: Optional[bool] = None,
        eap_fast_eap_gtc_pwd_change_retries: Optional[int] = None,
        eap_fast_eap_ms_chap_v2: Optional[bool] = None,
        eap_fast_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
        eap_fast_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
        eap_fast_eap_tls: Optional[bool] = None,
        eap_fast_eap_tls_auth_of_expired_certs: Optional[bool] = None,
        eap_fast_enable_eap_chaining: Optional[bool] = None,
        eap_fast_pacs_allow_anonymous_provisioning: Optional[bool] = None,
        eap_fast_pacs_allow_authenticated_provisioning: Optional[bool] = None,
        eap_fast_pacs_allow_client_cert: Optional[bool] = None,
        eap_fast_pacs_allow_machine_authentication: Optional[bool] = None,
        eap_fast_pacs_authorization_pac_ttl: Optional[int] = None,
        eap_fast_pacs_authorization_pac_ttl_unit: Optional[str] = None,
        eap_fast_pacs_machine_pac_ttl: Optional[int] = None,
        eap_fast_pacs_machine_pac_ttl_unit: Optional[str] = None,
        eap_fast_pacs_server_returns: Optional[bool] = None,
        eap_fast_pacs_stateless_session_resume: Optional[bool] = None,
        eap_fast_pacs_tunnel_pac_ttl: Optional[int] = None,
        eap_fast_pacs_tunnel_pac_ttl_unit: Optional[str] = None,
        eap_fast_pacs_use_proactive_pac_update_percentage: Optional[int] = None,
        eap_fast_use_pacs: Optional[bool] = None,
        eap_tls_allow_auth_of_expired_certs: Optional[bool] = None,
        eap_tls_enable_stateless_session_resume: Optional[bool] = None,
        eap_tls_l_bit: Optional[bool] = None,
        eap_tls_session_ticket_percentage: Optional[int] = None,
        eap_tls_session_ticket_ttl: Optional[int] = None,
        eap_tls_session_ticket_ttl_unit: Optional[str] = None,
        eap_ttls_chap: Optional[bool] = None,
        eap_ttls_eap_md5: Optional[bool] = None,
        eap_ttls_eap_ms_chap_v2: Optional[bool] = None,
        eap_ttls_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
        eap_ttls_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
        eap_ttls_ms_chap_v1: Optional[bool] = None,
        eap_ttls_ms_chap_v2: Optional[bool] = None,
        eap_ttls_pap_ascii: Optional[bool] = None,
        name: Optional[str] = None,
        peap_allow_peap_eap_gtc: Optional[bool] = None,
        peap_allow_peap_eap_gtc_pwd_change: Optional[bool] = None,
        peap_allow_peap_eap_gtc_pwd_change_retries: Optional[int] = None,
        peap_allow_peap_eap_ms_chap_v2: Optional[bool] = None,
        peap_allow_peap_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
        peap_allow_peap_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
        peap_allow_peap_eap_tls: Optional[bool] = None,
        peap_allow_peap_eap_tls_auth_of_expired_certs: Optional[bool] = None,
        peap_peap_v0: Optional[bool] = None,
        preferred_eap_protocol: Optional[str] = None,
        process_host_lookup: Optional[bool] = None,
        require_cryptobinding: Optional[bool] = None,
        require_message_auth: Optional[bool] = None,
        teap_downgrade_msk: Optional[bool] = None,
        teap_eap_accept_client_cert_during_tunnel_est: Optional[bool] = None,
        teap_eap_chaining: Optional[bool] = None,
        teap_eap_ms_chap_v2: Optional[bool] = None,
        teap_eap_ms_chap_v2_pwd_change: Optional[bool] = None,
        teap_eap_ms_chap_v2_pwd_change_retries: Optional[int] = None,
        teap_eap_tls: Optional[bool] = None,
        teap_eap_tls_auth_of_expired_certs: Optional[bool] = None,
        teap_request_basic_pwd_auth: Optional[bool] = None) -> AllowedProtocolsfunc GetAllowedProtocols(ctx *Context, name string, id IDInput, state *AllowedProtocolsState, opts ...ResourceOption) (*AllowedProtocols, error)public static AllowedProtocols Get(string name, Input<string> id, AllowedProtocolsState? state, CustomResourceOptions? opts = null)public static AllowedProtocols get(String name, Output<String> id, AllowedProtocolsState state, CustomResourceOptions options)Resource lookup is not supported in YAML- 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.
 
- 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.
 
- Allow5g bool
 - Allow 5G. This field is only supported from ISE 3.2.
 - Allow
Chap bool - Allow CHAP
 - Allow
Eap boolFast  - Allow EAP Fast
 - Allow
Eap boolMd5  - Allow EAP MD5
 - Allow
Eap boolTls  - Allow EAP TLS
 - Allow
Eap boolTtls  - Allow EAP TTLS
 - Allow
Leap bool - Allow LEAP
 - Allow
Ms boolChap V1  - Allow MS CHAP v1
 - Allow
Ms boolChap V2  - Allow MS CHAP v2
 - Allow
Pap boolAscii  - Allow PAP ASCII
 - Allow
Peap bool - Allow PEAP
 - Allow
Preferred boolEap Protocol  - Allow preferred EAP protocol
 - Allow
Teap bool - Allow TEAP
 - Allow
Weak boolCiphers For Eap  - Allow weak ciphers for EAP
 - Description string
 - Description
 - Eap
Fast boolAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolEap Gtc  - Allow EAP GTC
 - Eap
Fast boolEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - Eap
Fast intEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - Eap
Fast boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Fast boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Eap
Fast intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Fast boolEap Tls  - Allow EAP TLS
 - Eap
Fast boolEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - Eap
Fast boolEnable Eap Chaining  - Enable EAP chaining
 - Eap
Fast boolPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - int
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - string
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Eap
Fast stringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast boolPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast intPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast stringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - Eap
Fast boolUse Pacs  - Use PACs
 - Eap
Tls boolAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - Eap
Tls boolEnable Stateless Session Resume  - Enable stateless session resume
 - Eap
Tls boolLBit  - EAP TLS L-Bit
 - Eap
Tls intSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - Eap
Tls intSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Eap
Tls stringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Ttls boolChap  - Allow CHAP
 - Eap
Ttls boolEap Md5  - Allow EAP MD5
 - Eap
Ttls boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Ttls boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Eap
Ttls intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Ttls boolMs Chap V1  - Allow MS CHAP v1
 - Eap
Ttls boolMs Chap V2  - Allow MS CHAP v2
 - Eap
Ttls boolPap Ascii  - Allow PAP ASCII
 - Name string
 - The name of the allowed protocols
 - Peap
Allow boolPeap Eap Gtc  - Allow PEAP EAP GTC
 - Peap
Allow boolPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - Peap
Allow intPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - Peap
Allow boolPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - Peap
Allow boolPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Peap
Allow intPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - Peap
Allow boolPeap Eap Tls  - Allow PEAP EAP TLS
 - Peap
Allow boolPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - Peap
Peap boolV0  - Allow PEAP v0
 - Preferred
Eap stringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - Process
Host boolLookup  - Process host lookup
 - Require
Cryptobinding bool - Require cryptobinding
 - Require
Message boolAuth  - Require message authentication
 - Teap
Downgrade boolMsk  - Allow downgrade to MSK
 - Teap
Eap boolAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - Teap
Eap boolChaining  - Allow EAP chaining
 - Teap
Eap boolMs Chap V2  - Allow EAP MS CHAP v2
 - Teap
Eap boolMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - Teap
Eap intMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - Teap
Eap boolTls  - Allow EAP TLS
 - Teap
Eap boolTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - Teap
Request boolBasic Pwd Auth  - Request basic password authentication
 
- Allow5g bool
 - Allow 5G. This field is only supported from ISE 3.2.
 - Allow
Chap bool - Allow CHAP
 - Allow
Eap boolFast  - Allow EAP Fast
 - Allow
Eap boolMd5  - Allow EAP MD5
 - Allow
Eap boolTls  - Allow EAP TLS
 - Allow
Eap boolTtls  - Allow EAP TTLS
 - Allow
Leap bool - Allow LEAP
 - Allow
Ms boolChap V1  - Allow MS CHAP v1
 - Allow
Ms boolChap V2  - Allow MS CHAP v2
 - Allow
Pap boolAscii  - Allow PAP ASCII
 - Allow
Peap bool - Allow PEAP
 - Allow
Preferred boolEap Protocol  - Allow preferred EAP protocol
 - Allow
Teap bool - Allow TEAP
 - Allow
Weak boolCiphers For Eap  - Allow weak ciphers for EAP
 - Description string
 - Description
 - Eap
Fast boolAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - Eap
Fast boolEap Gtc  - Allow EAP GTC
 - Eap
Fast boolEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - Eap
Fast intEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - Eap
Fast boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Fast boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Eap
Fast intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Fast boolEap Tls  - Allow EAP TLS
 - Eap
Fast boolEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - Eap
Fast boolEnable Eap Chaining  - Enable EAP chaining
 - Eap
Fast boolPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast boolPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - int
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - string
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Eap
Fast stringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast boolPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - Eap
Fast boolPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast intPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - Eap
Fast stringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Fast intPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - Eap
Fast boolUse Pacs  - Use PACs
 - Eap
Tls boolAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - Eap
Tls boolEnable Stateless Session Resume  - Enable stateless session resume
 - Eap
Tls boolLBit  - EAP TLS L-Bit
 - Eap
Tls intSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - Eap
Tls intSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Eap
Tls stringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - Eap
Ttls boolChap  - Allow CHAP
 - Eap
Ttls boolEap Md5  - Allow EAP MD5
 - Eap
Ttls boolEap Ms Chap V2  - Allow EAP MS CHAP v2
 - Eap
Ttls boolEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Eap
Ttls intEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - Eap
Ttls boolMs Chap V1  - Allow MS CHAP v1
 - Eap
Ttls boolMs Chap V2  - Allow MS CHAP v2
 - Eap
Ttls boolPap Ascii  - Allow PAP ASCII
 - Name string
 - The name of the allowed protocols
 - Peap
Allow boolPeap Eap Gtc  - Allow PEAP EAP GTC
 - Peap
Allow boolPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - Peap
Allow intPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - Peap
Allow boolPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - Peap
Allow boolPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Peap
Allow intPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - Peap
Allow boolPeap Eap Tls  - Allow PEAP EAP TLS
 - Peap
Allow boolPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - Peap
Peap boolV0  - Allow PEAP v0
 - Preferred
Eap stringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - Process
Host boolLookup  - Process host lookup
 - Require
Cryptobinding bool - Require cryptobinding
 - Require
Message boolAuth  - Require message authentication
 - Teap
Downgrade boolMsk  - Allow downgrade to MSK
 - Teap
Eap boolAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - Teap
Eap boolChaining  - Allow EAP chaining
 - Teap
Eap boolMs Chap V2  - Allow EAP MS CHAP v2
 - Teap
Eap boolMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - Teap
Eap intMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - Teap
Eap boolTls  - Allow EAP TLS
 - Teap
Eap boolTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - Teap
Request boolBasic Pwd Auth  - Request basic password authentication
 
- allow5g Boolean
 - Allow 5G. This field is only supported from ISE 3.2.
 - allow
Chap Boolean - Allow CHAP
 - allow
Eap BooleanFast  - Allow EAP Fast
 - allow
Eap BooleanMd5  - Allow EAP MD5
 - allow
Eap BooleanTls  - Allow EAP TLS
 - allow
Eap BooleanTtls  - Allow EAP TTLS
 - allow
Leap Boolean - Allow LEAP
 - allow
Ms BooleanChap V1  - Allow MS CHAP v1
 - allow
Ms BooleanChap V2  - Allow MS CHAP v2
 - allow
Pap BooleanAscii  - Allow PAP ASCII
 - allow
Peap Boolean - Allow PEAP
 - allow
Preferred BooleanEap Protocol  - Allow preferred EAP protocol
 - allow
Teap Boolean - Allow TEAP
 - allow
Weak BooleanCiphers For Eap  - Allow weak ciphers for EAP
 - description String
 - Description
 - eap
Fast BooleanAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanEap Gtc  - Allow EAP GTC
 - eap
Fast BooleanEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap
Fast IntegerEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap
Fast BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Fast BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap
Fast IntegerEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap
Fast BooleanEap Tls  - Allow EAP TLS
 - eap
Fast BooleanEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap
Fast BooleanEnable Eap Chaining  - Enable EAP chaining
 - eap
Fast BooleanPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - Integer
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - String
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast IntegerPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap
Fast StringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast BooleanPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast IntegerPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast StringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast IntegerPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap
Fast BooleanUse Pacs  - Use PACs
 - eap
Tls BooleanAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - eap
Tls BooleanEnable Stateless Session Resume  - Enable stateless session resume
 - eap
Tls BooleanLBit  - EAP TLS L-Bit
 - eap
Tls IntegerSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap
Tls IntegerSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap
Tls StringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Ttls BooleanChap  - Allow CHAP
 - eap
Ttls BooleanEap Md5  - Allow EAP MD5
 - eap
Ttls BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Ttls BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap
Ttls IntegerEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap
Ttls BooleanMs Chap V1  - Allow MS CHAP v1
 - eap
Ttls BooleanMs Chap V2  - Allow MS CHAP v2
 - eap
Ttls BooleanPap Ascii  - Allow PAP ASCII
 - name String
 - The name of the allowed protocols
 - peap
Allow BooleanPeap Eap Gtc  - Allow PEAP EAP GTC
 - peap
Allow BooleanPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap
Allow IntegerPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap
Allow BooleanPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - peap
Allow BooleanPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap
Allow IntegerPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap
Allow BooleanPeap Eap Tls  - Allow PEAP EAP TLS
 - peap
Allow BooleanPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap
Peap BooleanV0  - Allow PEAP v0
 - preferred
Eap StringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - process
Host BooleanLookup  - Process host lookup
 - require
Cryptobinding Boolean - Require cryptobinding
 - require
Message BooleanAuth  - Require message authentication
 - teap
Downgrade BooleanMsk  - Allow downgrade to MSK
 - teap
Eap BooleanAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - teap
Eap BooleanChaining  - Allow EAP chaining
 - teap
Eap BooleanMs Chap V2  - Allow EAP MS CHAP v2
 - teap
Eap BooleanMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap
Eap IntegerMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap
Eap BooleanTls  - Allow EAP TLS
 - teap
Eap BooleanTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap
Request BooleanBasic Pwd Auth  - Request basic password authentication
 
- allow5g boolean
 - Allow 5G. This field is only supported from ISE 3.2.
 - allow
Chap boolean - Allow CHAP
 - allow
Eap booleanFast  - Allow EAP Fast
 - allow
Eap booleanMd5  - Allow EAP MD5
 - allow
Eap booleanTls  - Allow EAP TLS
 - allow
Eap booleanTtls  - Allow EAP TTLS
 - allow
Leap boolean - Allow LEAP
 - allow
Ms booleanChap V1  - Allow MS CHAP v1
 - allow
Ms booleanChap V2  - Allow MS CHAP v2
 - allow
Pap booleanAscii  - Allow PAP ASCII
 - allow
Peap boolean - Allow PEAP
 - allow
Preferred booleanEap Protocol  - Allow preferred EAP protocol
 - allow
Teap boolean - Allow TEAP
 - allow
Weak booleanCiphers For Eap  - Allow weak ciphers for EAP
 - description string
 - Description
 - eap
Fast booleanAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast booleanAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast booleanEap Gtc  - Allow EAP GTC
 - eap
Fast booleanEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap
Fast numberEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap
Fast booleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Fast booleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap
Fast numberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap
Fast booleanEap Tls  - Allow EAP TLS
 - eap
Fast booleanEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap
Fast booleanEnable Eap Chaining  - Enable EAP chaining
 - eap
Fast booleanPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast booleanPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast booleanPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast booleanPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - number
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - string
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast numberPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap
Fast stringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast booleanPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast booleanPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast numberPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast stringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast numberPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap
Fast booleanUse Pacs  - Use PACs
 - eap
Tls booleanAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - eap
Tls booleanEnable Stateless Session Resume  - Enable stateless session resume
 - eap
Tls booleanLBit  - EAP TLS L-Bit
 - eap
Tls numberSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap
Tls numberSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap
Tls stringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Ttls booleanChap  - Allow CHAP
 - eap
Ttls booleanEap Md5  - Allow EAP MD5
 - eap
Ttls booleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Ttls booleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap
Ttls numberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap
Ttls booleanMs Chap V1  - Allow MS CHAP v1
 - eap
Ttls booleanMs Chap V2  - Allow MS CHAP v2
 - eap
Ttls booleanPap Ascii  - Allow PAP ASCII
 - name string
 - The name of the allowed protocols
 - peap
Allow booleanPeap Eap Gtc  - Allow PEAP EAP GTC
 - peap
Allow booleanPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap
Allow numberPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap
Allow booleanPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - peap
Allow booleanPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap
Allow numberPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap
Allow booleanPeap Eap Tls  - Allow PEAP EAP TLS
 - peap
Allow booleanPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap
Peap booleanV0  - Allow PEAP v0
 - preferred
Eap stringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - process
Host booleanLookup  - Process host lookup
 - require
Cryptobinding boolean - Require cryptobinding
 - require
Message booleanAuth  - Require message authentication
 - teap
Downgrade booleanMsk  - Allow downgrade to MSK
 - teap
Eap booleanAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - teap
Eap booleanChaining  - Allow EAP chaining
 - teap
Eap booleanMs Chap V2  - Allow EAP MS CHAP v2
 - teap
Eap booleanMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap
Eap numberMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap
Eap booleanTls  - Allow EAP TLS
 - teap
Eap booleanTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap
Request booleanBasic Pwd Auth  - Request basic password authentication
 
- allow5g bool
 - Allow 5G. This field is only supported from ISE 3.2.
 - allow_
chap bool - Allow CHAP
 - allow_
eap_ boolfast  - Allow EAP Fast
 - allow_
eap_ boolmd5  - Allow EAP MD5
 - allow_
eap_ booltls  - Allow EAP TLS
 - allow_
eap_ boolttls  - Allow EAP TTLS
 - allow_
leap bool - Allow LEAP
 - allow_
ms_ boolchap_ v1  - Allow MS CHAP v1
 - allow_
ms_ boolchap_ v2  - Allow MS CHAP v2
 - allow_
pap_ boolascii  - Allow PAP ASCII
 - allow_
peap bool - Allow PEAP
 - allow_
preferred_ booleap_ protocol  - Allow preferred EAP protocol
 - allow_
teap bool - Allow TEAP
 - allow_
weak_ boolciphers_ for_ eap  - Allow weak ciphers for EAP
 - description str
 - Description
 - eap_
fast_ boolaccept_ client_ cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap_
fast_ boolallow_ machine_ authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap_
fast_ booleap_ gtc  - Allow EAP GTC
 - eap_
fast_ booleap_ gtc_ pwd_ change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap_
fast_ inteap_ gtc_ pwd_ change_ retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap_
fast_ booleap_ ms_ chap_ v2  - Allow EAP MS CHAP v2
 - eap_
fast_ booleap_ ms_ chap_ v2_ pwd_ change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap_
fast_ inteap_ ms_ chap_ v2_ pwd_ change_ retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap_
fast_ booleap_ tls  - Allow EAP TLS
 - eap_
fast_ booleap_ tls_ auth_ of_ expired_ certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap_
fast_ boolenable_ eap_ chaining  - Enable EAP chaining
 - eap_
fast_ boolpacs_ allow_ anonymous_ provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ boolpacs_ allow_ authenticated_ provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ boolpacs_ allow_ client_ cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap_
fast_ boolpacs_ allow_ machine_ authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - int
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - str
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
fast_ intpacs_ machine_ pac_ ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap_
fast_ strpacs_ machine_ pac_ ttl_ unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
fast_ boolpacs_ server_ returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap_
fast_ boolpacs_ stateless_ session_ resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ intpacs_ tunnel_ pac_ ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap_
fast_ strpacs_ tunnel_ pac_ ttl_ unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
fast_ intpacs_ use_ proactive_ pac_ update_ percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap_
fast_ booluse_ pacs  - Use PACs
 - eap_
tls_ boolallow_ auth_ of_ expired_ certs  - Allow authentication of expired certificates
 - eap_
tls_ boolenable_ stateless_ session_ resume  - Enable stateless session resume
 - eap_
tls_ booll_ bit  - EAP TLS L-Bit
 - eap_
tls_ intsession_ ticket_ percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap_
tls_ intsession_ ticket_ ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap_
tls_ strsession_ ticket_ ttl_ unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap_
ttls_ boolchap  - Allow CHAP
 - eap_
ttls_ booleap_ md5  - Allow EAP MD5
 - eap_
ttls_ booleap_ ms_ chap_ v2  - Allow EAP MS CHAP v2
 - eap_
ttls_ booleap_ ms_ chap_ v2_ pwd_ change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap_
ttls_ inteap_ ms_ chap_ v2_ pwd_ change_ retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap_
ttls_ boolms_ chap_ v1  - Allow MS CHAP v1
 - eap_
ttls_ boolms_ chap_ v2  - Allow MS CHAP v2
 - eap_
ttls_ boolpap_ ascii  - Allow PAP ASCII
 - name str
 - The name of the allowed protocols
 - peap_
allow_ boolpeap_ eap_ gtc  - Allow PEAP EAP GTC
 - peap_
allow_ boolpeap_ eap_ gtc_ pwd_ change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap_
allow_ intpeap_ eap_ gtc_ pwd_ change_ retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap_
allow_ boolpeap_ eap_ ms_ chap_ v2  - Allow PEAP EAP MS CHAP v2
 - peap_
allow_ boolpeap_ eap_ ms_ chap_ v2_ pwd_ change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap_
allow_ intpeap_ eap_ ms_ chap_ v2_ pwd_ change_ retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap_
allow_ boolpeap_ eap_ tls  - Allow PEAP EAP TLS
 - peap_
allow_ boolpeap_ eap_ tls_ auth_ of_ expired_ certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap_
peap_ boolv0  - Allow PEAP v0
 - preferred_
eap_ strprotocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - process_
host_ boollookup  - Process host lookup
 - require_
cryptobinding bool - Require cryptobinding
 - require_
message_ boolauth  - Require message authentication
 - teap_
downgrade_ boolmsk  - Allow downgrade to MSK
 - teap_
eap_ boolaccept_ client_ cert_ during_ tunnel_ est  - Accept client certificate during tunnel establishment
 - teap_
eap_ boolchaining  - Allow EAP chaining
 - teap_
eap_ boolms_ chap_ v2  - Allow EAP MS CHAP v2
 - teap_
eap_ boolms_ chap_ v2_ pwd_ change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap_
eap_ intms_ chap_ v2_ pwd_ change_ retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap_
eap_ booltls  - Allow EAP TLS
 - teap_
eap_ booltls_ auth_ of_ expired_ certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap_
request_ boolbasic_ pwd_ auth  - Request basic password authentication
 
- allow5g Boolean
 - Allow 5G. This field is only supported from ISE 3.2.
 - allow
Chap Boolean - Allow CHAP
 - allow
Eap BooleanFast  - Allow EAP Fast
 - allow
Eap BooleanMd5  - Allow EAP MD5
 - allow
Eap BooleanTls  - Allow EAP TLS
 - allow
Eap BooleanTtls  - Allow EAP TTLS
 - allow
Leap Boolean - Allow LEAP
 - allow
Ms BooleanChap V1  - Allow MS CHAP v1
 - allow
Ms BooleanChap V2  - Allow MS CHAP v2
 - allow
Pap BooleanAscii  - Allow PAP ASCII
 - allow
Peap Boolean - Allow PEAP
 - allow
Preferred BooleanEap Protocol  - Allow preferred EAP protocol
 - allow
Teap Boolean - Allow TEAP
 - allow
Weak BooleanCiphers For Eap  - Allow weak ciphers for EAP
 - description String
 - Description
 - eap
Fast BooleanAccept Client Cert  - Accept client certificates. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanAllow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsisfalse. - eap
Fast BooleanEap Gtc  - Allow EAP GTC
 - eap
Fast BooleanEap Gtc Pwd Change  - Allow EAP GTC password change. Is required only if 
eap_fast_eap_gtcistrue. - eap
Fast NumberEap Gtc Pwd Change Retries  - EAP GTC password change retries. Is required only if 
eap_fast_eap_gtcistrue. - Range:0-3 - eap
Fast BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Fast BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - eap
Fast NumberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_fast_eap_ms_chap_v2istrue. - Range:0-3 - eap
Fast BooleanEap Tls  - Allow EAP TLS
 - eap
Fast BooleanEap Tls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certificates. Is required only if 
eap_fast_eap_tlsistrue. - eap
Fast BooleanEnable Eap Chaining  - Enable EAP chaining
 - eap
Fast BooleanPacs Allow Anonymous Provisioning  - Allow anonymous provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Authenticated Provisioning  - Allow authenticated provisioning. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast BooleanPacs Allow Client Cert  - Accept client certification for provisioning. Is required only if 
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Allow Machine Authentication  - Allow machine authentication. Is required only if 
eap_fast_use_pacsistrue. - Number
 - Authorization PAC TTL. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - String
 - Authorization PAC TTL unit. Is required only if 
eap_fast_pacs_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast NumberPacs Machine Pac Ttl  - Machine PAC TTL. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - eap
Fast StringPacs Machine Pac Ttl Unit  - Machine PAC TTL unit. Is required only if 
eap_fast_pacs_allow_machine_authenticationistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast BooleanPacs Server Returns  - Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue. - eap
Fast BooleanPacs Stateless Session Resume  - Stateless session resume. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast NumberPacs Tunnel Pac Ttl  - PACs tunnel PAC time to live. Is required only if 
eap_fast_use_pacsistrue. - eap
Fast StringPacs Tunnel Pac Ttl Unit  - PACs tunnel PAC time to live unit. Is required only if 
eap_fast_use_pacsistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Fast NumberPacs Use Proactive Pac Update Percentage  - Use proactive pac update percentage. Is required only if 
eap_fast_use_pacsistrue. - Range:1-100 - eap
Fast BooleanUse Pacs  - Use PACs
 - eap
Tls BooleanAllow Auth Of Expired Certs  - Allow authentication of expired certificates
 - eap
Tls BooleanEnable Stateless Session Resume  - Enable stateless session resume
 - eap
Tls BooleanLBit  - EAP TLS L-Bit
 - eap
Tls NumberSession Ticket Percentage  - Session ticket percentage. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Range:1-100 - eap
Tls NumberSession Ticket Ttl  - Session ticket TTL. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - eap
Tls StringSession Ticket Ttl Unit  - Session ticket TTL unit. Is required only if 
eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS - eap
Ttls BooleanChap  - Allow CHAP
 - eap
Ttls BooleanEap Md5  - Allow EAP MD5
 - eap
Ttls BooleanEap Ms Chap V2  - Allow EAP MS CHAP v2
 - eap
Ttls BooleanEap Ms Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - eap
Ttls NumberEap Ms Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
eap_ttls_eap_ms_chap_v2istrue. - Range:0-3 - eap
Ttls BooleanMs Chap V1  - Allow MS CHAP v1
 - eap
Ttls BooleanMs Chap V2  - Allow MS CHAP v2
 - eap
Ttls BooleanPap Ascii  - Allow PAP ASCII
 - name String
 - The name of the allowed protocols
 - peap
Allow BooleanPeap Eap Gtc  - Allow PEAP EAP GTC
 - peap
Allow BooleanPeap Eap Gtc Pwd Change  - Allow PEAP EAP GTC password change. Is required only if 
allow_peap_eap_gtcistrue. - peap
Allow NumberPeap Eap Gtc Pwd Change Retries  - PEAP EAP GTC password change retries. Is required only if 
allow_peap_eap_gtcistrue. - Range:0-3 - peap
Allow BooleanPeap Eap Ms Chap V2  - Allow PEAP EAP MS CHAP v2
 - peap
Allow BooleanPeap Eap Ms Chap V2Pwd Change  - Allow PEAP EAP MS CHAP v2 password change. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - peap
Allow NumberPeap Eap Ms Chap V2Pwd Change Retries  - Allow PEAP EAP MS CHAP v2 password change retries. Is required only if 
allow_peap_eap_ms_chap_v2istrue. - Range:0-3 - peap
Allow BooleanPeap Eap Tls  - Allow PEAP EAP TLS
 - peap
Allow BooleanPeap Eap Tls Auth Of Expired Certs  - Allow PEAP EAP TLS authentication of expired certificates. Is required only if 
peap_allow_peap_eap_tlsistrue. - peap
Peap BooleanV0  - Allow PEAP v0
 - preferred
Eap StringProtocol  - Preferred EAP protocol - Choices: 
EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP - process
Host BooleanLookup  - Process host lookup
 - require
Cryptobinding Boolean - Require cryptobinding
 - require
Message BooleanAuth  - Require message authentication
 - teap
Downgrade BooleanMsk  - Allow downgrade to MSK
 - teap
Eap BooleanAccept Client Cert During Tunnel Est  - Accept client certificate during tunnel establishment
 - teap
Eap BooleanChaining  - Allow EAP chaining
 - teap
Eap BooleanMs Chap V2  - Allow EAP MS CHAP v2
 - teap
Eap BooleanMs Chap V2Pwd Change  - Allow EAP MS CHAP v2 password change. Is required only if 
teap_eap_ms_chap_v2istrue. - teap
Eap NumberMs Chap V2Pwd Change Retries  - EAP MS CHAP v2 password change retries. Is required only if 
teap_eap_ms_chap_v2istrue. - Range:0-3 - teap
Eap BooleanTls  - Allow EAP TLS
 - teap
Eap BooleanTls Auth Of Expired Certs  - Allow EAP TLS authentication of expired certs. Is required only if 
teap_eap_tlsistrue. - teap
Request BooleanBasic Pwd Auth  - Request basic password authentication
 
Import
$ pulumi import ise:networkaccess/allowedProtocols:AllowedProtocols example "76d24097-41c4-4558-a4d0-a8c07ac08470"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
 - ise pulumi/pulumi-ise
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
iseTerraform Provider.