Databricks SDK for JavaScript
    Preparing search index...
    interface FederationPolicy {
        comment?: string;
        createTime?: Instant;
        id?: string;
        name?: string;
        policy?: { $case: "oidcPolicy"; oidcPolicy: OidcFederationPolicy };
        updateTime?: Instant;
    }
    Index

    Properties

    comment?: string

    Description of the policy. This is a user-provided description.

    createTime?: Instant

    System-generated timestamp indicating when the policy was created.

    id?: string

    Unique, immutable system-generated identifier for the federation policy.

    name?: string

    Name of the federation policy. A recipient can have multiple policies with different names. The name must contain only lowercase alphanumeric characters, numbers, and hyphens.

    policy?: { $case: "oidcPolicy"; oidcPolicy: OidcFederationPolicy }

    Type Declaration

    • $case: "oidcPolicy"
    • oidcPolicy: OidcFederationPolicy

      Specifies the policy to use for validating OIDC claims in the federated tokens.

    updateTime?: Instant

    System-generated timestamp indicating when the policy was last updated.