Binding
import type { Binding } from "https://googleapis.deno.dev/v1/agentregistry:v1.ts";Represents a user-defined Binding.
interface Binding {
authProviderBinding?: AuthProviderBinding;
readonly createTime?: Date;
description?: string;
displayName?: string;
name?: string;
source?: Source;
target?: Target;
readonly updateTime?: Date;
}§Properties
§
authProviderBinding?: AuthProviderBinding
[src]The binding for AuthProvider.
§
description?: string
[src]Optional. User-defined description of a Binding. Can have a maximum length
of 2048 characters.
§
displayName?: string
[src]Optional. User-defined display name for the Binding. Can have a maximum
length of 63 characters.