avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getSsopolicy
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Ssopolicy” sidebar_current: “docs-avi-datasource-ssopolicy” description: |- Get information of Avi SSOPolicy.
avi.Ssopolicy
This data source is used to to get avi.Ssopolicy objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooSsopolicy = avi.getSsopolicy({
name: "foo",
uuid: "ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_ssopolicy = avi.get_ssopolicy(name="foo",
uuid="ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupSsopolicy(ctx, &avi.LookupSsopolicyArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooSsopolicy = Avi.GetSsopolicy.Invoke(new()
{
Name = "foo",
Uuid = "ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetSsopolicyArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooSsopolicy = AviFunctions.getSsopolicy(GetSsopolicyArgs.builder()
.name("foo")
.uuid("ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooSsopolicy:
fn::invoke:
function: avi:getSsopolicy
arguments:
name: foo
uuid: ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getSsopolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSsopolicy(args: GetSsopolicyArgs, opts?: InvokeOptions): Promise<GetSsopolicyResult>
function getSsopolicyOutput(args: GetSsopolicyOutputArgs, opts?: InvokeOptions): Output<GetSsopolicyResult>
def get_ssopolicy(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSsopolicyResult
def get_ssopolicy_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSsopolicyResult]
func LookupSsopolicy(ctx *Context, args *LookupSsopolicyArgs, opts ...InvokeOption) (*LookupSsopolicyResult, error)
func LookupSsopolicyOutput(ctx *Context, args *LookupSsopolicyOutputArgs, opts ...InvokeOption) LookupSsopolicyResultOutput
> Note: This function is named LookupSsopolicy
in the Go SDK.
public static class GetSsopolicy
{
public static Task<GetSsopolicyResult> InvokeAsync(GetSsopolicyArgs args, InvokeOptions? opts = null)
public static Output<GetSsopolicyResult> Invoke(GetSsopolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSsopolicyResult> getSsopolicy(GetSsopolicyArgs args, InvokeOptions options)
public static Output<GetSsopolicyResult> getSsopolicy(GetSsopolicyArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getSsopolicy:getSsopolicy
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search SSOPolicy by name.
- tenant_
ref str - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search SSOPolicy by uuid.
getSsopolicy Result
The following output properties are available:
- Authentication
Policies List<GetSsopolicy Authentication Policy> - Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- List<Get
Ssopolicy Authorization Policy> - Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes List<GetSsopolicy Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Markers
List<Get
Ssopolicy Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Type string
- Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Uuid string
- Uuid of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Authentication
Policies []GetSsopolicy Authentication Policy - Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- []Get
Ssopolicy Authorization Policy - Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes []GetSsopolicy Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Markers
[]Get
Ssopolicy Marker - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Type string
- Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Uuid string
- Uuid of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- authentication
Policies List<GetSsopolicy Authentication Policy> - Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- List<Get
Ssopolicy Authorization Policy> - Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<GetSsopolicy Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- markers
List<Get
Ssopolicy Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type String
- Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- uuid String
- Uuid of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- authentication
Policies GetSsopolicy Authentication Policy[] - Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Get
Ssopolicy Authorization Policy[] - Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes GetSsopolicy Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- markers
Get
Ssopolicy Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Name of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type string
- Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- uuid string
- Uuid of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- authentication_
policies Sequence[GetSsopolicy Authentication Policy] - Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Sequence[Get
Ssopolicy Authorization Policy] - Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetSsopolicy Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- markers
Sequence[Get
Ssopolicy Marker] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Name of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type str
- Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- uuid str
- Uuid of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- authentication
Policies List<Property Map> - Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- List<Property Map>
- Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Uuid of the tenant. It is a reference to an object of type tenant. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- type String
- Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- uuid String
- Uuid of the sso policy. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetSsopolicyAuthenticationPolicy
- Authn
Rules This property is required. List<GetSsopolicy Authentication Policy Authn Rule> - Default
Auth Profile Ref This property is required. string
- Authn
Rules This property is required. []GetSsopolicy Authentication Policy Authn Rule - Default
Auth Profile Ref This property is required. string
- authn
Rules This property is required. List<GetSsopolicy Authentication Policy Authn Rule> - default
Auth Profile Ref This property is required. String
- authn
Rules This property is required. GetSsopolicy Authentication Policy Authn Rule[] - default
Auth Profile Ref This property is required. string
- authn_
rules This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule] - default_
auth_ profile_ ref This property is required. str
- authn
Rules This property is required. List<Property Map> - default
Auth Profile Ref This property is required. String
GetSsopolicyAuthenticationPolicyAuthnRule
- Actions
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Action> - Enable
This property is required. string - Index
This property is required. string - Matches
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match> - Name
This property is required. string - Search SSOPolicy by name.
- Actions
This property is required. []GetSsopolicy Authentication Policy Authn Rule Action - Enable
This property is required. string - Index
This property is required. string - Matches
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match - Name
This property is required. string - Search SSOPolicy by name.
- actions
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Action> - enable
This property is required. String - index
This property is required. String - matches
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match> - name
This property is required. String - Search SSOPolicy by name.
- actions
This property is required. GetSsopolicy Authentication Policy Authn Rule Action[] - enable
This property is required. string - index
This property is required. string - matches
This property is required. GetSsopolicy Authentication Policy Authn Rule Match[] - name
This property is required. string - Search SSOPolicy by name.
- actions
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Action] - enable
This property is required. str - index
This property is required. str - matches
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match] - name
This property is required. str - Search SSOPolicy by name.
- actions
This property is required. List<Property Map> - enable
This property is required. String - index
This property is required. String - matches
This property is required. List<Property Map> - name
This property is required. String - Search SSOPolicy by name.
GetSsopolicyAuthenticationPolicyAuthnRuleAction
- Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
GetSsopolicyAuthenticationPolicyAuthnRuleMatch
- Client
Ips This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip> - Host
Hdrs This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Host Hdr> - Paths
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Path>
- Client
Ips This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip - Host
Hdrs This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Host Hdr - Paths
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Path
- client
Ips This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip> - host
Hdrs This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Host Hdr> - paths
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Path>
- client
Ips This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip[] - host
Hdrs This property is required. GetSsopolicy Authentication Policy Authn Rule Match Host Hdr[] - paths
This property is required. GetSsopolicy Authentication Policy Authn Rule Match Path[]
- client_
ips This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip] - host_
hdrs This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Host Hdr] - paths
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Path]
- client
Ips This property is required. List<Property Map> - host
Hdrs This property is required. List<Property Map> - paths
This property is required. List<Property Map>
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIp
- Addrs
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Addr> - Group
Refs This property is required. List<string> - Match
Criteria This property is required. string - Prefixes
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix> - Ranges
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range>
- Addrs
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip Addr - Group
Refs This property is required. []string - Match
Criteria This property is required. string - Prefixes
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix - Ranges
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range
- addrs
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Addr> - group
Refs This property is required. List<String> - match
Criteria This property is required. String - prefixes
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix> - ranges
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range>
- addrs
This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip Addr[] - group
Refs This property is required. string[] - match
Criteria This property is required. string - prefixes
This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix[] - ranges
This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range[]
- addrs
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip Addr] - group_
refs This property is required. Sequence[str] - match_
criteria This property is required. str - prefixes
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix] - ranges
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range]
- addrs
This property is required. List<Property Map> - group
Refs This property is required. List<String> - match
Criteria This property is required. String - prefixes
This property is required. List<Property Map> - ranges
This property is required. List<Property Map>
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpAddr
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. string - type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. str - type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefix
- Ip
Addrs This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix Ip Addr> - Mask
This property is required. string
- Ip
Addrs This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix Ip Addr - Mask
This property is required. string
- ip
Addrs This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix Ip Addr> - mask
This property is required. String
- ip
Addrs This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix Ip Addr[] - mask
This property is required. string
- ip_
addrs This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip Prefix Ip Addr] - mask
This property is required. str
- ip
Addrs This property is required. List<Property Map> - mask
This property is required. String
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefixIpAddr
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. string - type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. str - type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRange
- Begins
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range Begin> - Ends
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range End>
- Begins
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range Begin - Ends
This property is required. []GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range End
- begins
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range Begin> - ends
This property is required. List<GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range End>
- begins
This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range Begin[] - ends
This property is required. GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range End[]
- begins
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range Begin] - ends
This property is required. Sequence[GetSsopolicy Authentication Policy Authn Rule Match Client Ip Range End]
- begins
This property is required. List<Property Map> - ends
This property is required. List<Property Map>
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRangeBegin
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. string - type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. str - type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRangeEnd
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Addr
This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. string - type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. str - type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- addr
This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
GetSsopolicyAuthenticationPolicyAuthnRuleMatchHostHdr
- Match
Case This property is required. string - Match
Criteria This property is required. string - Values
This property is required. List<string>
- Match
Case This property is required. string - Match
Criteria This property is required. string - Values
This property is required. []string
- match
Case This property is required. String - match
Criteria This property is required. String - values
This property is required. List<String>
- match
Case This property is required. string - match
Criteria This property is required. string - values
This property is required. string[]
- match_
case This property is required. str - match_
criteria This property is required. str - values
This property is required. Sequence[str]
- match
Case This property is required. String - match
Criteria This property is required. String - values
This property is required. List<String>
GetSsopolicyAuthenticationPolicyAuthnRuleMatchPath
- Match
Case This property is required. string - Match
Criteria This property is required. string - Match
Decoded String This property is required. string - Match
Strs This property is required. List<string> - String
Group Refs This property is required. List<string>
- Match
Case This property is required. string - Match
Criteria This property is required. string - Match
Decoded String This property is required. string - Match
Strs This property is required. []string - String
Group Refs This property is required. []string
- match
Case This property is required. String - match
Criteria This property is required. String - match
Decoded String This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
- match
Case This property is required. string - match
Criteria This property is required. string - match
Decoded String This property is required. string - match
Strs This property is required. string[] - string
Group Refs This property is required. string[]
- match_
case This property is required. str - match_
criteria This property is required. str - match_
decoded_ string This property is required. str - match_
strs This property is required. Sequence[str] - string_
group_ refs This property is required. Sequence[str]
- match
Case This property is required. String - match
Criteria This property is required. String - match
Decoded String This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
GetSsopolicyAuthorizationPolicy
- Authz
Rules This property is required. List<GetSsopolicy Authorization Policy Authz Rule>
- Authz
Rules This property is required. []GetSsopolicy Authorization Policy Authz Rule
- authz
Rules This property is required. List<GetSsopolicy Authorization Policy Authz Rule>
- authz
Rules This property is required. GetSsopolicy Authorization Policy Authz Rule[]
- authz_
rules This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule]
- authz
Rules This property is required. List<Property Map>
GetSsopolicyAuthorizationPolicyAuthzRule
- Actions
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Action> - Enable
This property is required. string - Index
This property is required. string - Matches
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match> - Name
This property is required. string - Search SSOPolicy by name.
- Actions
This property is required. []GetSsopolicy Authorization Policy Authz Rule Action - Enable
This property is required. string - Index
This property is required. string - Matches
This property is required. []GetSsopolicy Authorization Policy Authz Rule Match - Name
This property is required. string - Search SSOPolicy by name.
- actions
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Action> - enable
This property is required. String - index
This property is required. String - matches
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match> - name
This property is required. String - Search SSOPolicy by name.
- actions
This property is required. GetSsopolicy Authorization Policy Authz Rule Action[] - enable
This property is required. string - index
This property is required. string - matches
This property is required. GetSsopolicy Authorization Policy Authz Rule Match[] - name
This property is required. string - Search SSOPolicy by name.
- actions
This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Action] - enable
This property is required. str - index
This property is required. str - matches
This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match] - name
This property is required. str - Search SSOPolicy by name.
- actions
This property is required. List<Property Map> - enable
This property is required. String - index
This property is required. String - matches
This property is required. List<Property Map> - name
This property is required. String - Search SSOPolicy by name.
GetSsopolicyAuthorizationPolicyAuthzRuleAction
- Status
Code This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Status
Code This property is required. string - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- status
Code This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- status
Code This property is required. string - type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- status_
code This property is required. str - type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- status
Code This property is required. String - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
GetSsopolicyAuthorizationPolicyAuthzRuleMatch
- Access
Tokens This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Access Token> - Attr
Matches This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Attr Match> - Host
Hdrs This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Host Hdr> - Methods
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Method> - Paths
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Path>
- Access
Tokens This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Access Token - Attr
Matches This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Attr Match - Host
Hdrs This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Host Hdr - Methods
This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Method - Paths
This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Path
- access
Tokens This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Access Token> - attr
Matches This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Attr Match> - host
Hdrs This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Host Hdr> - methods
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Method> - paths
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Path>
- access
Tokens This property is required. GetSsopolicy Authorization Policy Authz Rule Match Access Token[] - attr
Matches This property is required. GetSsopolicy Authorization Policy Authz Rule Match Attr Match[] - host
Hdrs This property is required. GetSsopolicy Authorization Policy Authz Rule Match Host Hdr[] - methods
This property is required. GetSsopolicy Authorization Policy Authz Rule Match Method[] - paths
This property is required. GetSsopolicy Authorization Policy Authz Rule Match Path[]
- access_
tokens This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Access Token] - attr_
matches This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Attr Match] - host_
hdrs This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Host Hdr] - methods
This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Method] - paths
This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Path]
- access
Tokens This property is required. List<Property Map> - attr
Matches This property is required. List<Property Map> - host
Hdrs This property is required. List<Property Map> - methods
This property is required. List<Property Map> - paths
This property is required. List<Property Map>
GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessToken
- Matches
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Access Token Match> - Token
Name This property is required. string
- Matches
This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Access Token Match - Token
Name This property is required. string
- matches
This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Access Token Match> - token
Name This property is required. String
- matches
This property is required. GetSsopolicy Authorization Policy Authz Rule Match Access Token Match[] - token
Name This property is required. string
- matches
This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Access Token Match] - token_
name This property is required. str
- matches
This property is required. List<Property Map> - token
Name This property is required. String
GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch
- Bool
Match This property is required. string - Int
Match This property is required. string - Is
Mandatory This property is required. string - Name
This property is required. string - Search SSOPolicy by name.
- String
Matches This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Access Token Match String Match> - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Validate
This property is required. string
- Bool
Match This property is required. string - Int
Match This property is required. string - Is
Mandatory This property is required. string - Name
This property is required. string - Search SSOPolicy by name.
- String
Matches This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Access Token Match String Match - Type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- Validate
This property is required. string
- bool
Match This property is required. String - int
Match This property is required. String - is
Mandatory This property is required. String - name
This property is required. String - Search SSOPolicy by name.
- string
Matches This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Access Token Match String Match> - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- validate
This property is required. String
- bool
Match This property is required. string - int
Match This property is required. string - is
Mandatory This property is required. string - name
This property is required. string - Search SSOPolicy by name.
- string
Matches This property is required. GetSsopolicy Authorization Policy Authz Rule Match Access Token Match String Match[] - type
This property is required. string - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- validate
This property is required. string
- bool_
match This property is required. str - int_
match This property is required. str - is_
mandatory This property is required. str - name
This property is required. str - Search SSOPolicy by name.
- string_
matches This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Access Token Match String Match] - type
This property is required. str - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- validate
This property is required. str
- bool
Match This property is required. String - int
Match This property is required. String - is
Mandatory This property is required. String - name
This property is required. String - Search SSOPolicy by name.
- string
Matches This property is required. List<Property Map> - type
This property is required. String - Sso policy type. Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, enterprise with cloud services edition. Allowed in basic (allowed values- sso_type_saml, sso_type_jwt, sso_type_ldap, sso_type_oauth) edition.
- validate
This property is required. String
GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatchStringMatch
- Match
Criteria This property is required. string - Match
Strs This property is required. List<string> - String
Group Refs This property is required. List<string>
- Match
Criteria This property is required. string - Match
Strs This property is required. []string - String
Group Refs This property is required. []string
- match
Criteria This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
- match
Criteria This property is required. string - match
Strs This property is required. string[] - string
Group Refs This property is required. string[]
- match_
criteria This property is required. str - match_
strs This property is required. Sequence[str] - string_
group_ refs This property is required. Sequence[str]
- match
Criteria This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
GetSsopolicyAuthorizationPolicyAuthzRuleMatchAttrMatch
- Attribute
Name This property is required. string - Attribute
Value Lists This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Attr Match Attribute Value List>
- Attribute
Name This property is required. string - Attribute
Value Lists This property is required. []GetSsopolicy Authorization Policy Authz Rule Match Attr Match Attribute Value List
- attribute
Name This property is required. String - attribute
Value Lists This property is required. List<GetSsopolicy Authorization Policy Authz Rule Match Attr Match Attribute Value List>
- attribute
Name This property is required. string - attribute
Value Lists This property is required. GetSsopolicy Authorization Policy Authz Rule Match Attr Match Attribute Value List[]
- attribute_
name This property is required. str - attribute_
value_ lists This property is required. Sequence[GetSsopolicy Authorization Policy Authz Rule Match Attr Match Attribute Value List]
- attribute
Name This property is required. String - attribute
Value Lists This property is required. List<Property Map>
GetSsopolicyAuthorizationPolicyAuthzRuleMatchAttrMatchAttributeValueList
- Match
Criteria This property is required. string - Match
Strs This property is required. List<string> - String
Group Refs This property is required. List<string>
- Match
Criteria This property is required. string - Match
Strs This property is required. []string - String
Group Refs This property is required. []string
- match
Criteria This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
- match
Criteria This property is required. string - match
Strs This property is required. string[] - string
Group Refs This property is required. string[]
- match_
criteria This property is required. str - match_
strs This property is required. Sequence[str] - string_
group_ refs This property is required. Sequence[str]
- match
Criteria This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
GetSsopolicyAuthorizationPolicyAuthzRuleMatchHostHdr
- Match
Case This property is required. string - Match
Criteria This property is required. string - Values
This property is required. List<string>
- Match
Case This property is required. string - Match
Criteria This property is required. string - Values
This property is required. []string
- match
Case This property is required. String - match
Criteria This property is required. String - values
This property is required. List<String>
- match
Case This property is required. string - match
Criteria This property is required. string - values
This property is required. string[]
- match_
case This property is required. str - match_
criteria This property is required. str - values
This property is required. Sequence[str]
- match
Case This property is required. String - match
Criteria This property is required. String - values
This property is required. List<String>
GetSsopolicyAuthorizationPolicyAuthzRuleMatchMethod
- Match
Criteria This property is required. string - Methods
This property is required. List<string>
- Match
Criteria This property is required. string - Methods
This property is required. []string
- match
Criteria This property is required. String - methods
This property is required. List<String>
- match
Criteria This property is required. string - methods
This property is required. string[]
- match_
criteria This property is required. str - methods
This property is required. Sequence[str]
- match
Criteria This property is required. String - methods
This property is required. List<String>
GetSsopolicyAuthorizationPolicyAuthzRuleMatchPath
- Match
Case This property is required. string - Match
Criteria This property is required. string - Match
Decoded String This property is required. string - Match
Strs This property is required. List<string> - String
Group Refs This property is required. List<string>
- Match
Case This property is required. string - Match
Criteria This property is required. string - Match
Decoded String This property is required. string - Match
Strs This property is required. []string - String
Group Refs This property is required. []string
- match
Case This property is required. String - match
Criteria This property is required. String - match
Decoded String This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
- match
Case This property is required. string - match
Criteria This property is required. string - match
Decoded String This property is required. string - match
Strs This property is required. string[] - string
Group Refs This property is required. string[]
- match_
case This property is required. str - match_
criteria This property is required. str - match_
decoded_ string This property is required. str - match_
strs This property is required. Sequence[str] - string_
group_ refs This property is required. Sequence[str]
- match
Case This property is required. String - match
Criteria This property is required. String - match
Decoded String This property is required. String - match
Strs This property is required. List<String> - string
Group Refs This property is required. List<String>
GetSsopolicyConfigpbAttribute
- Version
This property is required. string
- Version
This property is required. string
- version
This property is required. String
- version
This property is required. string
- version
This property is required. str
- version
This property is required. String
GetSsopolicyMarker
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.