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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AllowedProtocols resource accepts the following input properties:
- AllowChap bool
- Allow CHAP
- AllowEap boolFast 
- Allow EAP Fast
- AllowEap boolMd5 
- Allow EAP MD5
- AllowEap boolTls 
- Allow EAP TLS
- AllowEap boolTtls 
- Allow EAP TTLS
- AllowLeap bool
- Allow LEAP
- AllowMs boolChap V1 
- Allow MS CHAP v1
- AllowMs boolChap V2 
- Allow MS CHAP v2
- AllowPap boolAscii 
- Allow PAP ASCII
- AllowPeap bool
- Allow PEAP
- AllowPreferred boolEap Protocol 
- Allow preferred EAP protocol
- AllowTeap bool
- Allow TEAP
- AllowWeak boolCiphers For Eap 
- Allow weak ciphers for EAP
- EapTls boolLBit 
- EAP TLS L-Bit
- ProcessHost boolLookup 
- Process host lookup
- RequireMessage boolAuth 
- Require message authentication
- Allow5g bool
- Allow 5G. This field is only supported from ISE 3.2.
- Description string
- Description
- EapFast boolAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolEap Gtc 
- Allow EAP GTC
- EapFast boolEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- EapFast intEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- EapFast boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapFast boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- EapFast 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
- EapFast boolEap Tls 
- Allow EAP TLS
- EapFast boolEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- EapFast boolEnable Eap Chaining 
- Enable EAP chaining
- EapFast boolPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast 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
- EapFast intPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- EapFast 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
- EapFast boolPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast boolPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- EapFast intPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- EapFast 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
- EapFast intPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- EapFast boolUse Pacs 
- Use PACs
- EapTls boolAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- EapTls boolEnable Stateless Session Resume 
- Enable stateless session resume
- EapTls intSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- EapTls intSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- EapTls stringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- EapTtls boolChap 
- Allow CHAP
- EapTtls boolEap Md5 
- Allow EAP MD5
- EapTtls boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapTtls boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- EapTtls 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
- EapTtls boolMs Chap V1 
- Allow MS CHAP v1
- EapTtls boolMs Chap V2 
- Allow MS CHAP v2
- EapTtls boolPap Ascii 
- Allow PAP ASCII
- Name string
- The name of the allowed protocols
- PeapAllow boolPeap Eap Gtc 
- Allow PEAP EAP GTC
- PeapAllow boolPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- PeapAllow intPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- PeapAllow boolPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- PeapAllow boolPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- PeapAllow 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
- PeapAllow boolPeap Eap Tls 
- Allow PEAP EAP TLS
- PeapAllow boolPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- PeapPeap boolV0 
- Allow PEAP v0
- PreferredEap stringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- RequireCryptobinding bool
- Require cryptobinding
- TeapDowngrade boolMsk 
- Allow downgrade to MSK
- TeapEap boolAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- TeapEap boolChaining 
- Allow EAP chaining
- TeapEap boolMs Chap V2 
- Allow EAP MS CHAP v2
- TeapEap boolMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- TeapEap intMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- TeapEap boolTls 
- Allow EAP TLS
- TeapEap boolTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- TeapRequest boolBasic Pwd Auth 
- Request basic password authentication
- AllowChap bool
- Allow CHAP
- AllowEap boolFast 
- Allow EAP Fast
- AllowEap boolMd5 
- Allow EAP MD5
- AllowEap boolTls 
- Allow EAP TLS
- AllowEap boolTtls 
- Allow EAP TTLS
- AllowLeap bool
- Allow LEAP
- AllowMs boolChap V1 
- Allow MS CHAP v1
- AllowMs boolChap V2 
- Allow MS CHAP v2
- AllowPap boolAscii 
- Allow PAP ASCII
- AllowPeap bool
- Allow PEAP
- AllowPreferred boolEap Protocol 
- Allow preferred EAP protocol
- AllowTeap bool
- Allow TEAP
- AllowWeak boolCiphers For Eap 
- Allow weak ciphers for EAP
- EapTls boolLBit 
- EAP TLS L-Bit
- ProcessHost boolLookup 
- Process host lookup
- RequireMessage boolAuth 
- Require message authentication
- Allow5g bool
- Allow 5G. This field is only supported from ISE 3.2.
- Description string
- Description
- EapFast boolAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolEap Gtc 
- Allow EAP GTC
- EapFast boolEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- EapFast intEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- EapFast boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapFast boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- EapFast 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
- EapFast boolEap Tls 
- Allow EAP TLS
- EapFast boolEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- EapFast boolEnable Eap Chaining 
- Enable EAP chaining
- EapFast boolPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast 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
- EapFast intPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- EapFast 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
- EapFast boolPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast boolPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- EapFast intPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- EapFast 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
- EapFast intPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- EapFast boolUse Pacs 
- Use PACs
- EapTls boolAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- EapTls boolEnable Stateless Session Resume 
- Enable stateless session resume
- EapTls intSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- EapTls intSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- EapTls stringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- EapTtls boolChap 
- Allow CHAP
- EapTtls boolEap Md5 
- Allow EAP MD5
- EapTtls boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapTtls boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- EapTtls 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
- EapTtls boolMs Chap V1 
- Allow MS CHAP v1
- EapTtls boolMs Chap V2 
- Allow MS CHAP v2
- EapTtls boolPap Ascii 
- Allow PAP ASCII
- Name string
- The name of the allowed protocols
- PeapAllow boolPeap Eap Gtc 
- Allow PEAP EAP GTC
- PeapAllow boolPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- PeapAllow intPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- PeapAllow boolPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- PeapAllow boolPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- PeapAllow 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
- PeapAllow boolPeap Eap Tls 
- Allow PEAP EAP TLS
- PeapAllow boolPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- PeapPeap boolV0 
- Allow PEAP v0
- PreferredEap stringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- RequireCryptobinding bool
- Require cryptobinding
- TeapDowngrade boolMsk 
- Allow downgrade to MSK
- TeapEap boolAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- TeapEap boolChaining 
- Allow EAP chaining
- TeapEap boolMs Chap V2 
- Allow EAP MS CHAP v2
- TeapEap boolMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- TeapEap intMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- TeapEap boolTls 
- Allow EAP TLS
- TeapEap boolTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- TeapRequest boolBasic Pwd Auth 
- Request basic password authentication
- allowChap Boolean
- Allow CHAP
- allowEap BooleanFast 
- Allow EAP Fast
- allowEap BooleanMd5 
- Allow EAP MD5
- allowEap BooleanTls 
- Allow EAP TLS
- allowEap BooleanTtls 
- Allow EAP TTLS
- allowLeap Boolean
- Allow LEAP
- allowMs BooleanChap V1 
- Allow MS CHAP v1
- allowMs BooleanChap V2 
- Allow MS CHAP v2
- allowPap BooleanAscii 
- Allow PAP ASCII
- allowPeap Boolean
- Allow PEAP
- allowPreferred BooleanEap Protocol 
- Allow preferred EAP protocol
- allowTeap Boolean
- Allow TEAP
- allowWeak BooleanCiphers For Eap 
- Allow weak ciphers for EAP
- eapTls BooleanLBit 
- EAP TLS L-Bit
- processHost BooleanLookup 
- Process host lookup
- requireMessage BooleanAuth 
- Require message authentication
- allow5g Boolean
- Allow 5G. This field is only supported from ISE 3.2.
- description String
- Description
- eapFast BooleanAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanEap Gtc 
- Allow EAP GTC
- eapFast BooleanEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- eapFast IntegerEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- eapFast BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapFast BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- eapFast 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
- eapFast BooleanEap Tls 
- Allow EAP TLS
- eapFast BooleanEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- eapFast BooleanEnable Eap Chaining 
- Enable EAP chaining
- eapFast BooleanPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast 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
- eapFast IntegerPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- eapFast 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
- eapFast BooleanPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast BooleanPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- eapFast IntegerPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- eapFast 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
- eapFast IntegerPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- eapFast BooleanUse Pacs 
- Use PACs
- eapTls BooleanAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- eapTls BooleanEnable Stateless Session Resume 
- Enable stateless session resume
- eapTls IntegerSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- eapTls IntegerSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- eapTls StringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- eapTtls BooleanChap 
- Allow CHAP
- eapTtls BooleanEap Md5 
- Allow EAP MD5
- eapTtls BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapTtls BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- eapTtls 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
- eapTtls BooleanMs Chap V1 
- Allow MS CHAP v1
- eapTtls BooleanMs Chap V2 
- Allow MS CHAP v2
- eapTtls BooleanPap Ascii 
- Allow PAP ASCII
- name String
- The name of the allowed protocols
- peapAllow BooleanPeap Eap Gtc 
- Allow PEAP EAP GTC
- peapAllow BooleanPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- peapAllow IntegerPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- peapAllow BooleanPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- peapAllow BooleanPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- peapAllow 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
- peapAllow BooleanPeap Eap Tls 
- Allow PEAP EAP TLS
- peapAllow BooleanPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- peapPeap BooleanV0 
- Allow PEAP v0
- preferredEap StringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- requireCryptobinding Boolean
- Require cryptobinding
- teapDowngrade BooleanMsk 
- Allow downgrade to MSK
- teapEap BooleanAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- teapEap BooleanChaining 
- Allow EAP chaining
- teapEap BooleanMs Chap V2 
- Allow EAP MS CHAP v2
- teapEap BooleanMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- teapEap IntegerMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- teapEap BooleanTls 
- Allow EAP TLS
- teapEap BooleanTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- teapRequest BooleanBasic Pwd Auth 
- Request basic password authentication
- allowChap boolean
- Allow CHAP
- allowEap booleanFast 
- Allow EAP Fast
- allowEap booleanMd5 
- Allow EAP MD5
- allowEap booleanTls 
- Allow EAP TLS
- allowEap booleanTtls 
- Allow EAP TTLS
- allowLeap boolean
- Allow LEAP
- allowMs booleanChap V1 
- Allow MS CHAP v1
- allowMs booleanChap V2 
- Allow MS CHAP v2
- allowPap booleanAscii 
- Allow PAP ASCII
- allowPeap boolean
- Allow PEAP
- allowPreferred booleanEap Protocol 
- Allow preferred EAP protocol
- allowTeap boolean
- Allow TEAP
- allowWeak booleanCiphers For Eap 
- Allow weak ciphers for EAP
- eapTls booleanLBit 
- EAP TLS L-Bit
- processHost booleanLookup 
- Process host lookup
- requireMessage booleanAuth 
- Require message authentication
- allow5g boolean
- Allow 5G. This field is only supported from ISE 3.2.
- description string
- Description
- eapFast booleanAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- eapFast booleanAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- eapFast booleanEap Gtc 
- Allow EAP GTC
- eapFast booleanEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- eapFast numberEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- eapFast booleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapFast booleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- eapFast 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
- eapFast booleanEap Tls 
- Allow EAP TLS
- eapFast booleanEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- eapFast booleanEnable Eap Chaining 
- Enable EAP chaining
- eapFast booleanPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast booleanPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast booleanPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast 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
- eapFast numberPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- eapFast 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
- eapFast booleanPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast booleanPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- eapFast numberPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- eapFast 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
- eapFast numberPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- eapFast booleanUse Pacs 
- Use PACs
- eapTls booleanAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- eapTls booleanEnable Stateless Session Resume 
- Enable stateless session resume
- eapTls numberSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- eapTls numberSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- eapTls stringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- eapTtls booleanChap 
- Allow CHAP
- eapTtls booleanEap Md5 
- Allow EAP MD5
- eapTtls booleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapTtls booleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- eapTtls 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
- eapTtls booleanMs Chap V1 
- Allow MS CHAP v1
- eapTtls booleanMs Chap V2 
- Allow MS CHAP v2
- eapTtls booleanPap Ascii 
- Allow PAP ASCII
- name string
- The name of the allowed protocols
- peapAllow booleanPeap Eap Gtc 
- Allow PEAP EAP GTC
- peapAllow booleanPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- peapAllow numberPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- peapAllow booleanPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- peapAllow booleanPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- peapAllow 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
- peapAllow booleanPeap Eap Tls 
- Allow PEAP EAP TLS
- peapAllow booleanPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- peapPeap booleanV0 
- Allow PEAP v0
- preferredEap stringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- requireCryptobinding boolean
- Require cryptobinding
- teapDowngrade booleanMsk 
- Allow downgrade to MSK
- teapEap booleanAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- teapEap booleanChaining 
- Allow EAP chaining
- teapEap booleanMs Chap V2 
- Allow EAP MS CHAP v2
- teapEap booleanMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- teapEap numberMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- teapEap booleanTls 
- Allow EAP TLS
- teapEap booleanTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- teapRequest 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
- allowChap Boolean
- Allow CHAP
- allowEap BooleanFast 
- Allow EAP Fast
- allowEap BooleanMd5 
- Allow EAP MD5
- allowEap BooleanTls 
- Allow EAP TLS
- allowEap BooleanTtls 
- Allow EAP TTLS
- allowLeap Boolean
- Allow LEAP
- allowMs BooleanChap V1 
- Allow MS CHAP v1
- allowMs BooleanChap V2 
- Allow MS CHAP v2
- allowPap BooleanAscii 
- Allow PAP ASCII
- allowPeap Boolean
- Allow PEAP
- allowPreferred BooleanEap Protocol 
- Allow preferred EAP protocol
- allowTeap Boolean
- Allow TEAP
- allowWeak BooleanCiphers For Eap 
- Allow weak ciphers for EAP
- eapTls BooleanLBit 
- EAP TLS L-Bit
- processHost BooleanLookup 
- Process host lookup
- requireMessage BooleanAuth 
- Require message authentication
- allow5g Boolean
- Allow 5G. This field is only supported from ISE 3.2.
- description String
- Description
- eapFast BooleanAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanEap Gtc 
- Allow EAP GTC
- eapFast BooleanEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- eapFast NumberEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- eapFast BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapFast BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- eapFast 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
- eapFast BooleanEap Tls 
- Allow EAP TLS
- eapFast BooleanEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- eapFast BooleanEnable Eap Chaining 
- Enable EAP chaining
- eapFast BooleanPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast 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
- eapFast NumberPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- eapFast 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
- eapFast BooleanPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast BooleanPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- eapFast NumberPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- eapFast 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
- eapFast NumberPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- eapFast BooleanUse Pacs 
- Use PACs
- eapTls BooleanAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- eapTls BooleanEnable Stateless Session Resume 
- Enable stateless session resume
- eapTls NumberSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- eapTls NumberSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- eapTls StringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- eapTtls BooleanChap 
- Allow CHAP
- eapTtls BooleanEap Md5 
- Allow EAP MD5
- eapTtls BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapTtls BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- eapTtls 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
- eapTtls BooleanMs Chap V1 
- Allow MS CHAP v1
- eapTtls BooleanMs Chap V2 
- Allow MS CHAP v2
- eapTtls BooleanPap Ascii 
- Allow PAP ASCII
- name String
- The name of the allowed protocols
- peapAllow BooleanPeap Eap Gtc 
- Allow PEAP EAP GTC
- peapAllow BooleanPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- peapAllow NumberPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- peapAllow BooleanPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- peapAllow BooleanPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- peapAllow 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
- peapAllow BooleanPeap Eap Tls 
- Allow PEAP EAP TLS
- peapAllow BooleanPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- peapPeap BooleanV0 
- Allow PEAP v0
- preferredEap StringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- requireCryptobinding Boolean
- Require cryptobinding
- teapDowngrade BooleanMsk 
- Allow downgrade to MSK
- teapEap BooleanAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- teapEap BooleanChaining 
- Allow EAP chaining
- teapEap BooleanMs Chap V2 
- Allow EAP MS CHAP v2
- teapEap BooleanMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- teapEap NumberMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- teapEap BooleanTls 
- Allow EAP TLS
- teapEap BooleanTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- teapRequest 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)resources:  _:    type: ise:networkaccess:AllowedProtocols    get:      id: ${id}- 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.
- AllowChap bool
- Allow CHAP
- AllowEap boolFast 
- Allow EAP Fast
- AllowEap boolMd5 
- Allow EAP MD5
- AllowEap boolTls 
- Allow EAP TLS
- AllowEap boolTtls 
- Allow EAP TTLS
- AllowLeap bool
- Allow LEAP
- AllowMs boolChap V1 
- Allow MS CHAP v1
- AllowMs boolChap V2 
- Allow MS CHAP v2
- AllowPap boolAscii 
- Allow PAP ASCII
- AllowPeap bool
- Allow PEAP
- AllowPreferred boolEap Protocol 
- Allow preferred EAP protocol
- AllowTeap bool
- Allow TEAP
- AllowWeak boolCiphers For Eap 
- Allow weak ciphers for EAP
- Description string
- Description
- EapFast boolAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolEap Gtc 
- Allow EAP GTC
- EapFast boolEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- EapFast intEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- EapFast boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapFast boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- EapFast 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
- EapFast boolEap Tls 
- Allow EAP TLS
- EapFast boolEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- EapFast boolEnable Eap Chaining 
- Enable EAP chaining
- EapFast boolPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast 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
- EapFast intPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- EapFast 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
- EapFast boolPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast boolPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- EapFast intPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- EapFast 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
- EapFast intPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- EapFast boolUse Pacs 
- Use PACs
- EapTls boolAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- EapTls boolEnable Stateless Session Resume 
- Enable stateless session resume
- EapTls boolLBit 
- EAP TLS L-Bit
- EapTls intSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- EapTls intSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- EapTls stringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- EapTtls boolChap 
- Allow CHAP
- EapTtls boolEap Md5 
- Allow EAP MD5
- EapTtls boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapTtls boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- EapTtls 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
- EapTtls boolMs Chap V1 
- Allow MS CHAP v1
- EapTtls boolMs Chap V2 
- Allow MS CHAP v2
- EapTtls boolPap Ascii 
- Allow PAP ASCII
- Name string
- The name of the allowed protocols
- PeapAllow boolPeap Eap Gtc 
- Allow PEAP EAP GTC
- PeapAllow boolPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- PeapAllow intPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- PeapAllow boolPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- PeapAllow boolPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- PeapAllow 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
- PeapAllow boolPeap Eap Tls 
- Allow PEAP EAP TLS
- PeapAllow boolPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- PeapPeap boolV0 
- Allow PEAP v0
- PreferredEap stringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- ProcessHost boolLookup 
- Process host lookup
- RequireCryptobinding bool
- Require cryptobinding
- RequireMessage boolAuth 
- Require message authentication
- TeapDowngrade boolMsk 
- Allow downgrade to MSK
- TeapEap boolAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- TeapEap boolChaining 
- Allow EAP chaining
- TeapEap boolMs Chap V2 
- Allow EAP MS CHAP v2
- TeapEap boolMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- TeapEap intMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- TeapEap boolTls 
- Allow EAP TLS
- TeapEap boolTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- TeapRequest boolBasic Pwd Auth 
- Request basic password authentication
- Allow5g bool
- Allow 5G. This field is only supported from ISE 3.2.
- AllowChap bool
- Allow CHAP
- AllowEap boolFast 
- Allow EAP Fast
- AllowEap boolMd5 
- Allow EAP MD5
- AllowEap boolTls 
- Allow EAP TLS
- AllowEap boolTtls 
- Allow EAP TTLS
- AllowLeap bool
- Allow LEAP
- AllowMs boolChap V1 
- Allow MS CHAP v1
- AllowMs boolChap V2 
- Allow MS CHAP v2
- AllowPap boolAscii 
- Allow PAP ASCII
- AllowPeap bool
- Allow PEAP
- AllowPreferred boolEap Protocol 
- Allow preferred EAP protocol
- AllowTeap bool
- Allow TEAP
- AllowWeak boolCiphers For Eap 
- Allow weak ciphers for EAP
- Description string
- Description
- EapFast boolAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- EapFast boolEap Gtc 
- Allow EAP GTC
- EapFast boolEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- EapFast intEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- EapFast boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapFast boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- EapFast 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
- EapFast boolEap Tls 
- Allow EAP TLS
- EapFast boolEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- EapFast boolEnable Eap Chaining 
- Enable EAP chaining
- EapFast boolPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- EapFast boolPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast 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
- EapFast intPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- EapFast 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
- EapFast boolPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- EapFast boolPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- EapFast intPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- EapFast 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
- EapFast intPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- EapFast boolUse Pacs 
- Use PACs
- EapTls boolAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- EapTls boolEnable Stateless Session Resume 
- Enable stateless session resume
- EapTls boolLBit 
- EAP TLS L-Bit
- EapTls intSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- EapTls intSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- EapTls stringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- EapTtls boolChap 
- Allow CHAP
- EapTtls boolEap Md5 
- Allow EAP MD5
- EapTtls boolEap Ms Chap V2 
- Allow EAP MS CHAP v2
- EapTtls boolEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- EapTtls 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
- EapTtls boolMs Chap V1 
- Allow MS CHAP v1
- EapTtls boolMs Chap V2 
- Allow MS CHAP v2
- EapTtls boolPap Ascii 
- Allow PAP ASCII
- Name string
- The name of the allowed protocols
- PeapAllow boolPeap Eap Gtc 
- Allow PEAP EAP GTC
- PeapAllow boolPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- PeapAllow intPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- PeapAllow boolPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- PeapAllow boolPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- PeapAllow 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
- PeapAllow boolPeap Eap Tls 
- Allow PEAP EAP TLS
- PeapAllow boolPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- PeapPeap boolV0 
- Allow PEAP v0
- PreferredEap stringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- ProcessHost boolLookup 
- Process host lookup
- RequireCryptobinding bool
- Require cryptobinding
- RequireMessage boolAuth 
- Require message authentication
- TeapDowngrade boolMsk 
- Allow downgrade to MSK
- TeapEap boolAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- TeapEap boolChaining 
- Allow EAP chaining
- TeapEap boolMs Chap V2 
- Allow EAP MS CHAP v2
- TeapEap boolMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- TeapEap intMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- TeapEap boolTls 
- Allow EAP TLS
- TeapEap boolTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- TeapRequest boolBasic Pwd Auth 
- Request basic password authentication
- allow5g Boolean
- Allow 5G. This field is only supported from ISE 3.2.
- allowChap Boolean
- Allow CHAP
- allowEap BooleanFast 
- Allow EAP Fast
- allowEap BooleanMd5 
- Allow EAP MD5
- allowEap BooleanTls 
- Allow EAP TLS
- allowEap BooleanTtls 
- Allow EAP TTLS
- allowLeap Boolean
- Allow LEAP
- allowMs BooleanChap V1 
- Allow MS CHAP v1
- allowMs BooleanChap V2 
- Allow MS CHAP v2
- allowPap BooleanAscii 
- Allow PAP ASCII
- allowPeap Boolean
- Allow PEAP
- allowPreferred BooleanEap Protocol 
- Allow preferred EAP protocol
- allowTeap Boolean
- Allow TEAP
- allowWeak BooleanCiphers For Eap 
- Allow weak ciphers for EAP
- description String
- Description
- eapFast BooleanAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanEap Gtc 
- Allow EAP GTC
- eapFast BooleanEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- eapFast IntegerEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- eapFast BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapFast BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- eapFast 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
- eapFast BooleanEap Tls 
- Allow EAP TLS
- eapFast BooleanEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- eapFast BooleanEnable Eap Chaining 
- Enable EAP chaining
- eapFast BooleanPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast 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
- eapFast IntegerPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- eapFast 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
- eapFast BooleanPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast BooleanPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- eapFast IntegerPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- eapFast 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
- eapFast IntegerPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- eapFast BooleanUse Pacs 
- Use PACs
- eapTls BooleanAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- eapTls BooleanEnable Stateless Session Resume 
- Enable stateless session resume
- eapTls BooleanLBit 
- EAP TLS L-Bit
- eapTls IntegerSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- eapTls IntegerSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- eapTls StringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- eapTtls BooleanChap 
- Allow CHAP
- eapTtls BooleanEap Md5 
- Allow EAP MD5
- eapTtls BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapTtls BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- eapTtls 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
- eapTtls BooleanMs Chap V1 
- Allow MS CHAP v1
- eapTtls BooleanMs Chap V2 
- Allow MS CHAP v2
- eapTtls BooleanPap Ascii 
- Allow PAP ASCII
- name String
- The name of the allowed protocols
- peapAllow BooleanPeap Eap Gtc 
- Allow PEAP EAP GTC
- peapAllow BooleanPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- peapAllow IntegerPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- peapAllow BooleanPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- peapAllow BooleanPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- peapAllow 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
- peapAllow BooleanPeap Eap Tls 
- Allow PEAP EAP TLS
- peapAllow BooleanPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- peapPeap BooleanV0 
- Allow PEAP v0
- preferredEap StringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- processHost BooleanLookup 
- Process host lookup
- requireCryptobinding Boolean
- Require cryptobinding
- requireMessage BooleanAuth 
- Require message authentication
- teapDowngrade BooleanMsk 
- Allow downgrade to MSK
- teapEap BooleanAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- teapEap BooleanChaining 
- Allow EAP chaining
- teapEap BooleanMs Chap V2 
- Allow EAP MS CHAP v2
- teapEap BooleanMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- teapEap IntegerMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- teapEap BooleanTls 
- Allow EAP TLS
- teapEap BooleanTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- teapRequest BooleanBasic Pwd Auth 
- Request basic password authentication
- allow5g boolean
- Allow 5G. This field is only supported from ISE 3.2.
- allowChap boolean
- Allow CHAP
- allowEap booleanFast 
- Allow EAP Fast
- allowEap booleanMd5 
- Allow EAP MD5
- allowEap booleanTls 
- Allow EAP TLS
- allowEap booleanTtls 
- Allow EAP TTLS
- allowLeap boolean
- Allow LEAP
- allowMs booleanChap V1 
- Allow MS CHAP v1
- allowMs booleanChap V2 
- Allow MS CHAP v2
- allowPap booleanAscii 
- Allow PAP ASCII
- allowPeap boolean
- Allow PEAP
- allowPreferred booleanEap Protocol 
- Allow preferred EAP protocol
- allowTeap boolean
- Allow TEAP
- allowWeak booleanCiphers For Eap 
- Allow weak ciphers for EAP
- description string
- Description
- eapFast booleanAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- eapFast booleanAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- eapFast booleanEap Gtc 
- Allow EAP GTC
- eapFast booleanEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- eapFast numberEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- eapFast booleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapFast booleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- eapFast 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
- eapFast booleanEap Tls 
- Allow EAP TLS
- eapFast booleanEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- eapFast booleanEnable Eap Chaining 
- Enable EAP chaining
- eapFast booleanPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast booleanPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast booleanPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast 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
- eapFast numberPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- eapFast 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
- eapFast booleanPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast booleanPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- eapFast numberPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- eapFast 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
- eapFast numberPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- eapFast booleanUse Pacs 
- Use PACs
- eapTls booleanAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- eapTls booleanEnable Stateless Session Resume 
- Enable stateless session resume
- eapTls booleanLBit 
- EAP TLS L-Bit
- eapTls numberSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- eapTls numberSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- eapTls stringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- eapTtls booleanChap 
- Allow CHAP
- eapTtls booleanEap Md5 
- Allow EAP MD5
- eapTtls booleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapTtls booleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- eapTtls 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
- eapTtls booleanMs Chap V1 
- Allow MS CHAP v1
- eapTtls booleanMs Chap V2 
- Allow MS CHAP v2
- eapTtls booleanPap Ascii 
- Allow PAP ASCII
- name string
- The name of the allowed protocols
- peapAllow booleanPeap Eap Gtc 
- Allow PEAP EAP GTC
- peapAllow booleanPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- peapAllow numberPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- peapAllow booleanPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- peapAllow booleanPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- peapAllow 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
- peapAllow booleanPeap Eap Tls 
- Allow PEAP EAP TLS
- peapAllow booleanPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- peapPeap booleanV0 
- Allow PEAP v0
- preferredEap stringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- processHost booleanLookup 
- Process host lookup
- requireCryptobinding boolean
- Require cryptobinding
- requireMessage booleanAuth 
- Require message authentication
- teapDowngrade booleanMsk 
- Allow downgrade to MSK
- teapEap booleanAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- teapEap booleanChaining 
- Allow EAP chaining
- teapEap booleanMs Chap V2 
- Allow EAP MS CHAP v2
- teapEap booleanMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- teapEap numberMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- teapEap booleanTls 
- Allow EAP TLS
- teapEap booleanTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- teapRequest 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.
- allowChap Boolean
- Allow CHAP
- allowEap BooleanFast 
- Allow EAP Fast
- allowEap BooleanMd5 
- Allow EAP MD5
- allowEap BooleanTls 
- Allow EAP TLS
- allowEap BooleanTtls 
- Allow EAP TTLS
- allowLeap Boolean
- Allow LEAP
- allowMs BooleanChap V1 
- Allow MS CHAP v1
- allowMs BooleanChap V2 
- Allow MS CHAP v2
- allowPap BooleanAscii 
- Allow PAP ASCII
- allowPeap Boolean
- Allow PEAP
- allowPreferred BooleanEap Protocol 
- Allow preferred EAP protocol
- allowTeap Boolean
- Allow TEAP
- allowWeak BooleanCiphers For Eap 
- Allow weak ciphers for EAP
- description String
- Description
- eapFast BooleanAccept Client Cert 
- Accept client certificates. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanAllow Machine Authentication 
- Allow machine authentication. Is required only if eap_fast_use_pacsisfalse.
- eapFast BooleanEap Gtc 
- Allow EAP GTC
- eapFast BooleanEap Gtc Pwd Change 
- Allow EAP GTC password change. Is required only if eap_fast_eap_gtcistrue.
- eapFast NumberEap Gtc Pwd Change Retries 
- EAP GTC password change retries. Is required only if eap_fast_eap_gtcistrue. - Range:0-3
- eapFast BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapFast BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_fast_eap_ms_chap_v2istrue.
- eapFast 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
- eapFast BooleanEap Tls 
- Allow EAP TLS
- eapFast BooleanEap Tls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certificates. Is required only if eap_fast_eap_tlsistrue.
- eapFast BooleanEnable Eap Chaining 
- Enable EAP chaining
- eapFast BooleanPacs Allow Anonymous Provisioning 
- Allow anonymous provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Authenticated Provisioning 
- Allow authenticated provisioning. Is required only if eap_fast_use_pacsistrue.
- eapFast BooleanPacs Allow Client Cert 
- Accept client certification for provisioning. Is required only if eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast 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
- eapFast NumberPacs Machine Pac Ttl 
- Machine PAC TTL. Is required only if eap_fast_pacs_allow_machine_authenticationistrue.
- eapFast 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
- eapFast BooleanPacs Server Returns 
- Server returns access accept after authenticated provisioning. Is required only if
eap_fast_pacs_allow_authenticated_provisioningistrue.
- eapFast BooleanPacs Stateless Session Resume 
- Stateless session resume. Is required only if eap_fast_use_pacsistrue.
- eapFast NumberPacs Tunnel Pac Ttl 
- PACs tunnel PAC time to live. Is required only if eap_fast_use_pacsistrue.
- eapFast 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
- eapFast NumberPacs Use Proactive Pac Update Percentage 
- Use proactive pac update percentage. Is required only if eap_fast_use_pacsistrue. - Range:1-100
- eapFast BooleanUse Pacs 
- Use PACs
- eapTls BooleanAllow Auth Of Expired Certs 
- Allow authentication of expired certificates
- eapTls BooleanEnable Stateless Session Resume 
- Enable stateless session resume
- eapTls BooleanLBit 
- EAP TLS L-Bit
- eapTls NumberSession Ticket Percentage 
- Session ticket percentage. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Range:1-100
- eapTls NumberSession Ticket Ttl 
- Session ticket TTL. Is required only if eap_tls_enable_stateless_session_resumeistrue.
- eapTls StringSession Ticket Ttl Unit 
- Session ticket TTL unit. Is required only if eap_tls_enable_stateless_session_resumeistrue. - Choices:SECONDS,MINUTES,HOURS,DAYS,WEEKS
- eapTtls BooleanChap 
- Allow CHAP
- eapTtls BooleanEap Md5 
- Allow EAP MD5
- eapTtls BooleanEap Ms Chap V2 
- Allow EAP MS CHAP v2
- eapTtls BooleanEap Ms Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if eap_ttls_eap_ms_chap_v2istrue.
- eapTtls 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
- eapTtls BooleanMs Chap V1 
- Allow MS CHAP v1
- eapTtls BooleanMs Chap V2 
- Allow MS CHAP v2
- eapTtls BooleanPap Ascii 
- Allow PAP ASCII
- name String
- The name of the allowed protocols
- peapAllow BooleanPeap Eap Gtc 
- Allow PEAP EAP GTC
- peapAllow BooleanPeap Eap Gtc Pwd Change 
- Allow PEAP EAP GTC password change. Is required only if allow_peap_eap_gtcistrue.
- peapAllow NumberPeap Eap Gtc Pwd Change Retries 
- PEAP EAP GTC password change retries. Is required only if allow_peap_eap_gtcistrue. - Range:0-3
- peapAllow BooleanPeap Eap Ms Chap V2 
- Allow PEAP EAP MS CHAP v2
- peapAllow BooleanPeap Eap Ms Chap V2Pwd Change 
- Allow PEAP EAP MS CHAP v2 password change. Is required only if allow_peap_eap_ms_chap_v2istrue.
- peapAllow 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
- peapAllow BooleanPeap Eap Tls 
- Allow PEAP EAP TLS
- peapAllow BooleanPeap Eap Tls Auth Of Expired Certs 
- Allow PEAP EAP TLS authentication of expired certificates. Is required only if peap_allow_peap_eap_tlsistrue.
- peapPeap BooleanV0 
- Allow PEAP v0
- preferredEap StringProtocol 
- Preferred EAP protocol - Choices: EAP_FAST,PEAP,LEAP,EAP_MD5,EAP_TLS,EAP_TTLS,TEAP
- processHost BooleanLookup 
- Process host lookup
- requireCryptobinding Boolean
- Require cryptobinding
- requireMessage BooleanAuth 
- Require message authentication
- teapDowngrade BooleanMsk 
- Allow downgrade to MSK
- teapEap BooleanAccept Client Cert During Tunnel Est 
- Accept client certificate during tunnel establishment
- teapEap BooleanChaining 
- Allow EAP chaining
- teapEap BooleanMs Chap V2 
- Allow EAP MS CHAP v2
- teapEap BooleanMs Chap V2Pwd Change 
- Allow EAP MS CHAP v2 password change. Is required only if teap_eap_ms_chap_v2istrue.
- teapEap NumberMs Chap V2Pwd Change Retries 
- EAP MS CHAP v2 password change retries. Is required only if teap_eap_ms_chap_v2istrue. - Range:0-3
- teapEap BooleanTls 
- Allow EAP TLS
- teapEap BooleanTls Auth Of Expired Certs 
- Allow EAP TLS authentication of expired certs. Is required only if teap_eap_tlsistrue.
- teapRequest 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.
