1. Packages
  2. Avi Provider
  3. API Docs
  4. getSsopolicy
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",
});
Copy
import pulumi
import pulumi_avi as avi

foo_ssopolicy = avi.get_ssopolicy(name="foo",
    uuid="ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  fooSsopolicy:
    fn::invoke:
      function: avi:getSsopolicy
      arguments:
        name: foo
        uuid: ssopolicy-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

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>
Copy
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]
Copy
func LookupSsopolicy(ctx *Context, args *LookupSsopolicyArgs, opts ...InvokeOption) (*LookupSsopolicyResult, error)
func LookupSsopolicyOutput(ctx *Context, args *LookupSsopolicyOutputArgs, opts ...InvokeOption) LookupSsopolicyResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSsopolicyResult> getSsopolicy(GetSsopolicyArgs args, InvokeOptions options)
public static Output<GetSsopolicyResult> getSsopolicy(GetSsopolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: avi:index/getSsopolicy:getSsopolicy
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Name string
Search SSOPolicy by name.
TenantRef 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.
Uuid string
Search SSOPolicy by uuid.
Id string
Name string
Search SSOPolicy by name.
TenantRef 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.
Uuid string
Search SSOPolicy by uuid.
id String
name String
Search SSOPolicy by name.
tenantRef 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.
uuid String
Search SSOPolicy by uuid.
id string
name string
Search SSOPolicy by name.
tenantRef 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.
uuid string
Search SSOPolicy by uuid.
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.
id String
name String
Search SSOPolicy by name.
tenantRef 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.
uuid String
Search SSOPolicy by uuid.

getSsopolicy Result

The following output properties are available:

AuthenticationPolicies List<GetSsopolicyAuthenticationPolicy>
Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
AuthorizationPolicies List<GetSsopolicyAuthorizationPolicy>
Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ConfigpbAttributes List<GetSsopolicyConfigpbAttribute>
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<GetSsopolicyMarker>
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.
TenantRef 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.
AuthenticationPolicies []GetSsopolicyAuthenticationPolicy
Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
AuthorizationPolicies []GetSsopolicyAuthorizationPolicy
Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ConfigpbAttributes []GetSsopolicyConfigpbAttribute
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 []GetSsopolicyMarker
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.
TenantRef 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.
authenticationPolicies List<GetSsopolicyAuthenticationPolicy>
Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
authorizationPolicies List<GetSsopolicyAuthorizationPolicy>
Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes List<GetSsopolicyConfigpbAttribute>
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<GetSsopolicyMarker>
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.
tenantRef 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.
authenticationPolicies GetSsopolicyAuthenticationPolicy[]
Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
authorizationPolicies GetSsopolicyAuthorizationPolicy[]
Authorization policy settings. Field introduced in 18.2.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes GetSsopolicyConfigpbAttribute[]
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 GetSsopolicyMarker[]
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.
tenantRef 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[GetSsopolicyAuthenticationPolicy]
Authentication policy settings. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
authorization_policies Sequence[GetSsopolicyAuthorizationPolicy]
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[GetSsopolicyConfigpbAttribute]
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[GetSsopolicyMarker]
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.
authenticationPolicies 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.
authorizationPolicies 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.
configpbAttributes 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.
tenantRef 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

AuthnRules This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRule>
DefaultAuthProfileRef This property is required. string
AuthnRules This property is required. []GetSsopolicyAuthenticationPolicyAuthnRule
DefaultAuthProfileRef This property is required. string
authnRules This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRule>
defaultAuthProfileRef This property is required. String
authnRules This property is required. GetSsopolicyAuthenticationPolicyAuthnRule[]
defaultAuthProfileRef This property is required. string
authn_rules This property is required. Sequence[GetSsopolicyAuthenticationPolicyAuthnRule]
default_auth_profile_ref This property is required. str
authnRules This property is required. List<Property Map>
defaultAuthProfileRef This property is required. String

GetSsopolicyAuthenticationPolicyAuthnRule

Actions This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleAction>
Enable This property is required. string
Index This property is required. string
Matches This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatch>
Name This property is required. string
Search SSOPolicy by name.
Actions This property is required. []GetSsopolicyAuthenticationPolicyAuthnRuleAction
Enable This property is required. string
Index This property is required. string
Matches This property is required. []GetSsopolicyAuthenticationPolicyAuthnRuleMatch
Name This property is required. string
Search SSOPolicy by name.
actions This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleAction>
enable This property is required. String
index This property is required. String
matches This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatch>
name This property is required. String
Search SSOPolicy by name.
actions This property is required. GetSsopolicyAuthenticationPolicyAuthnRuleAction[]
enable This property is required. string
index This property is required. string
matches This property is required. GetSsopolicyAuthenticationPolicyAuthnRuleMatch[]
name This property is required. string
Search SSOPolicy by name.
actions This property is required. Sequence[GetSsopolicyAuthenticationPolicyAuthnRuleAction]
enable This property is required. str
index This property is required. str
matches This property is required. Sequence[GetSsopolicyAuthenticationPolicyAuthnRuleMatch]
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

clientIps This property is required. List<Property Map>
hostHdrs This property is required. List<Property Map>
paths This property is required. List<Property Map>

GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIp

Addrs This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpAddr>
GroupRefs This property is required. List<string>
MatchCriteria This property is required. string
Prefixes This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefix>
Ranges This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRange>
Addrs This property is required. []GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpAddr
GroupRefs This property is required. []string
MatchCriteria This property is required. string
Prefixes This property is required. []GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefix
Ranges This property is required. []GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRange
addrs This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpAddr>
groupRefs This property is required. List<String>
matchCriteria This property is required. String
prefixes This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefix>
ranges This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRange>
addrs This property is required. GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpAddr[]
groupRefs This property is required. string[]
matchCriteria This property is required. string
prefixes This property is required. GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefix[]
ranges This property is required. GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpRange[]
addrs This property is required. List<Property Map>
groupRefs This property is required. List<String>
matchCriteria 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

IpAddrs This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefixIpAddr>
Mask This property is required. string
IpAddrs This property is required. []GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefixIpAddr
Mask This property is required. string
ipAddrs This property is required. List<GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefixIpAddr>
mask This property is required. String
ipAddrs This property is required. GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefixIpAddr[]
mask This property is required. string
ip_addrs This property is required. Sequence[GetSsopolicyAuthenticationPolicyAuthnRuleMatchClientIpPrefixIpAddr]
mask This property is required. str
ipAddrs 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<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

MatchCase This property is required. string
MatchCriteria This property is required. string
Values This property is required. List<string>
MatchCase This property is required. string
MatchCriteria This property is required. string
Values This property is required. []string
matchCase This property is required. String
matchCriteria This property is required. String
values This property is required. List<String>
matchCase This property is required. string
matchCriteria 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]
matchCase This property is required. String
matchCriteria This property is required. String
values This property is required. List<String>

GetSsopolicyAuthenticationPolicyAuthnRuleMatchPath

MatchCase This property is required. string
MatchCriteria This property is required. string
MatchDecodedString This property is required. string
MatchStrs This property is required. List<string>
StringGroupRefs This property is required. List<string>
MatchCase This property is required. string
MatchCriteria This property is required. string
MatchDecodedString This property is required. string
MatchStrs This property is required. []string
StringGroupRefs This property is required. []string
matchCase This property is required. String
matchCriteria This property is required. String
matchDecodedString This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>
matchCase This property is required. string
matchCriteria This property is required. string
matchDecodedString This property is required. string
matchStrs This property is required. string[]
stringGroupRefs 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]
matchCase This property is required. String
matchCriteria This property is required. String
matchDecodedString This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>

GetSsopolicyAuthorizationPolicy

authzRules This property is required. List<Property Map>

GetSsopolicyAuthorizationPolicyAuthzRule

Actions This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleAction>
Enable This property is required. string
Index This property is required. string
Matches This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleMatch>
Name This property is required. string
Search SSOPolicy by name.
Actions This property is required. []GetSsopolicyAuthorizationPolicyAuthzRuleAction
Enable This property is required. string
Index This property is required. string
Matches This property is required. []GetSsopolicyAuthorizationPolicyAuthzRuleMatch
Name This property is required. string
Search SSOPolicy by name.
actions This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleAction>
enable This property is required. String
index This property is required. String
matches This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleMatch>
name This property is required. String
Search SSOPolicy by name.
actions This property is required. GetSsopolicyAuthorizationPolicyAuthzRuleAction[]
enable This property is required. string
index This property is required. string
matches This property is required. GetSsopolicyAuthorizationPolicyAuthzRuleMatch[]
name This property is required. string
Search SSOPolicy by name.
actions This property is required. Sequence[GetSsopolicyAuthorizationPolicyAuthzRuleAction]
enable This property is required. str
index This property is required. str
matches This property is required. Sequence[GetSsopolicyAuthorizationPolicyAuthzRuleMatch]
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

StatusCode 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.
StatusCode 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.
statusCode 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.
statusCode 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.
statusCode 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

accessTokens This property is required. List<Property Map>
attrMatches This property is required. List<Property Map>
hostHdrs 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<GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch>
TokenName This property is required. string
Matches This property is required. []GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch
TokenName This property is required. string
matches This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch>
tokenName This property is required. String
matches This property is required. GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch[]
tokenName This property is required. string
matches This property is required. Sequence[GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch]
token_name This property is required. str
matches This property is required. List<Property Map>
tokenName This property is required. String

GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatch

BoolMatch This property is required. string
IntMatch This property is required. string
IsMandatory This property is required. string
Name This property is required. string
Search SSOPolicy by name.
StringMatches This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatchStringMatch>
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
BoolMatch This property is required. string
IntMatch This property is required. string
IsMandatory This property is required. string
Name This property is required. string
Search SSOPolicy by name.
StringMatches This property is required. []GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatchStringMatch
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
boolMatch This property is required. String
intMatch This property is required. String
isMandatory This property is required. String
name This property is required. String
Search SSOPolicy by name.
stringMatches This property is required. List<GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatchStringMatch>
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
boolMatch This property is required. string
intMatch This property is required. string
isMandatory This property is required. string
name This property is required. string
Search SSOPolicy by name.
stringMatches This property is required. GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatchStringMatch[]
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[GetSsopolicyAuthorizationPolicyAuthzRuleMatchAccessTokenMatchStringMatch]
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
boolMatch This property is required. String
intMatch This property is required. String
isMandatory This property is required. String
name This property is required. String
Search SSOPolicy by name.
stringMatches 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

MatchCriteria This property is required. string
MatchStrs This property is required. List<string>
StringGroupRefs This property is required. List<string>
MatchCriteria This property is required. string
MatchStrs This property is required. []string
StringGroupRefs This property is required. []string
matchCriteria This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>
matchCriteria This property is required. string
matchStrs This property is required. string[]
stringGroupRefs 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]
matchCriteria This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>

GetSsopolicyAuthorizationPolicyAuthzRuleMatchAttrMatch

attributeName This property is required. String
attributeValueLists This property is required. List<Property Map>

GetSsopolicyAuthorizationPolicyAuthzRuleMatchAttrMatchAttributeValueList

MatchCriteria This property is required. string
MatchStrs This property is required. List<string>
StringGroupRefs This property is required. List<string>
MatchCriteria This property is required. string
MatchStrs This property is required. []string
StringGroupRefs This property is required. []string
matchCriteria This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>
matchCriteria This property is required. string
matchStrs This property is required. string[]
stringGroupRefs 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]
matchCriteria This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>

GetSsopolicyAuthorizationPolicyAuthzRuleMatchHostHdr

MatchCase This property is required. string
MatchCriteria This property is required. string
Values This property is required. List<string>
MatchCase This property is required. string
MatchCriteria This property is required. string
Values This property is required. []string
matchCase This property is required. String
matchCriteria This property is required. String
values This property is required. List<String>
matchCase This property is required. string
matchCriteria 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]
matchCase This property is required. String
matchCriteria This property is required. String
values This property is required. List<String>

GetSsopolicyAuthorizationPolicyAuthzRuleMatchMethod

MatchCriteria This property is required. string
Methods This property is required. List<string>
MatchCriteria This property is required. string
Methods This property is required. []string
matchCriteria This property is required. String
methods This property is required. List<String>
matchCriteria 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]
matchCriteria This property is required. String
methods This property is required. List<String>

GetSsopolicyAuthorizationPolicyAuthzRuleMatchPath

MatchCase This property is required. string
MatchCriteria This property is required. string
MatchDecodedString This property is required. string
MatchStrs This property is required. List<string>
StringGroupRefs This property is required. List<string>
MatchCase This property is required. string
MatchCriteria This property is required. string
MatchDecodedString This property is required. string
MatchStrs This property is required. []string
StringGroupRefs This property is required. []string
matchCase This property is required. String
matchCriteria This property is required. String
matchDecodedString This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs This property is required. List<String>
matchCase This property is required. string
matchCriteria This property is required. string
matchDecodedString This property is required. string
matchStrs This property is required. string[]
stringGroupRefs 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]
matchCase This property is required. String
matchCriteria This property is required. String
matchDecodedString This property is required. String
matchStrs This property is required. List<String>
stringGroupRefs 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

Key This property is required. string
Values This property is required. List<string>
Key This property is required. string
Values This property is required. []string
key This property is required. String
values This property is required. List<String>
key This property is required. string
values This property is required. string[]
key This property is required. str
values This property is required. Sequence[str]
key This property is required. String
values This property is required. List<String>

Package Details

Repository
avi vmware/terraform-provider-avi
License
Notes
This Pulumi package is based on the avi Terraform Provider.