Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AddIdpCredentialRequest

import type { AddIdpCredentialRequest } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

The request for creating an IdpCredential with its associated payload. An InboundSamlSsoProfile can own up to 2 credentials.

interface AddIdpCredentialRequest {
pemData?: string;
}

§Properties

§
pemData?: string
[src]

PEM encoded x509 certificate containing the public key for verifying IdP signatures.