1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. SAMLOrganization

SAMLOrganization

    SAMLOrganization is a Pulumi organization combined with its SAML-specific data.

    Properties

    • organization Organization required
      The Pulumi organization.
    • githubLogin string required
      The GitHub login associated with the organization.
    • name string required
      The name of the organization.
    • avatarUrl string required
      The URL of the organization’s avatar image.
    • repos array[PulumiRepository] required
      The repositories belonging to the organization.
    • idpSsoDescriptor string required
      The SAML Identity Provider SSO descriptor XML.
    • entityId string optional
      The following fields can be empty if the metadata (IDPSSODescriptor) itself is empty for the organization.
    • ssoUrl string optional
      The SSO URL for the identity provider.
    • validUntil string optional
      ValidUntil is the date until which the X.509 Certificate issued to the organization by the identity provider is valid.
    • nameIdFormat string optional
      The SAML NameID format used by the identity provider.
    • validationError string optional
      ValidationError will be set only if there is an error validating the SAML org’s metadata XML.