SSOPolicyApiResponse

SSOPolicyApiResponse
SSOPolicyApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "authentication_policy": {
                "authn_rules": [
                    {
                        "action": {
                            "type": "string"
                        },
                        "enable": false,
                        "index": 0,
                        "match": {
                            "client_ip": {
                                "addrs": [
                                    {
                                        "addr": "string",
                                        "type": "string"
                                    }
                                ],
                                "group_refs": [
                                    "string"
                                ],
                                "match_criteria": "string",
                                "prefixes": [
                                    {
                                        "ip_addr": {
                                            "addr": "string",
                                            "type": "string"
                                        },
                                        "mask": 0
                                    }
                                ],
                                "ranges": [
                                    {
                                        "begin": {
                                            "addr": "string",
                                            "type": "string"
                                        },
                                        "end": {
                                            "addr": "string",
                                            "type": "string"
                                        }
                                    }
                                ]
                            },
                            "host_hdr": {
                                "match_case": "string",
                                "match_criteria": "string",
                                "value": [
                                    "string"
                                ]
                            },
                            "path": {
                                "match_case": "string",
                                "match_criteria": "string",
                                "match_decoded_string": false,
                                "match_str": [
                                    "string"
                                ],
                                "string_group_refs": [
                                    "string"
                                ]
                            }
                        },
                        "name": "string"
                    }
                ],
                "default_auth_profile_ref": "string"
            },
            "authorization_policy": {
                "authz_rules": [
                    {
                        "action": {
                            "status_code": "string",
                            "type": "string"
                        },
                        "enable": false,
                        "index": 0,
                        "match": {
                            "access_token": {
                                "matches": [
                                    {
                                        "bool_match": false,
                                        "int_match": 0,
                                        "is_mandatory": false,
                                        "name": "string",
                                        "string_match": {
                                            "match_criteria": "string",
                                            "match_str": [
                                                "string"
                                            ],
                                            "string_group_refs": [
                                                "string"
                                            ]
                                        },
                                        "type": "string",
                                        "validate": false
                                    }
                                ],
                                "token_name": "string"
                            },
                            "attr_matches": [
                                {
                                    "attribute_name": "string",
                                    "attribute_value_list": {
                                        "match_criteria": "string",
                                        "match_str": [
                                            "string"
                                        ],
                                        "string_group_refs": [
                                            "string"
                                        ]
                                    }
                                }
                            ],
                            "host_hdr": {
                                "match_case": "string",
                                "match_criteria": "string",
                                "value": [
                                    "string"
                                ]
                            },
                            "method": {
                                "match_criteria": "string",
                                "methods": [
                                    "string"
                                ]
                            },
                            "path": {
                                "match_case": "string",
                                "match_criteria": "string",
                                "match_decoded_string": false,
                                "match_str": [
                                    "string"
                                ],
                                "string_group_refs": [
                                    "string"
                                ]
                            }
                        },
                        "name": "string"
                    }
                ]
            },
            "configpb_attributes": {
                "version": 0
            },
            "markers": [
                {
                    "key": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "tenant_ref": "string",
            "type": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

array of SSOPolicy
results
Required

results

string
next
Optional

next

Returned By