@akamai/openapi-ts
    Preparing search index...

    Variable getLkeClusterAclResponseSchemaConst

    getLkeClusterAclResponseSchema: ZodIntersection<
        ZodObject<
            {
                acl: ZodOptional<
                    ZodObject<
                        {
                            addresses: ZodObject<
                                { ipv4: ZodArray<ZodString>; ipv6: ZodArray<ZodString> },
                                $strip,
                            >;
                            enabled: ZodBoolean;
                            "revision-id": ZodString;
                        },
                        $strip,
                    >,
                >;
            },
            $strip,
        >,
        ZodObject<
            {
                acl: ZodObject<
                    {
                        addresses: ZodObject<{ ipv4: ZodUnknown; ipv6: ZodUnknown }, $strip>;
                        "revision-id": ZodUnknown;
                    },
                    $strip,
                >;
            },
            $strip,
        >,
    > = ...

    Returns a single cluster's control plane access control list. The optional field revision-id provided will be reflected on GET response when (and only after) the ACL stanza is verified as enforced.