
<h1 class="has-pills">
  SSOProvider
  <span data-algolia-exclude><span class="pill pill--interface pill--normal-case pill--large"><code>INTERFACE</code></span></span>
</h1>



| `createdAt` `DateTime!` The time when this SSO Provider was created |
| --- |
| `createdBy` `User!` The user that created this SSO Provider |
| `disabledAt` `DateTime` The time when this SSO Provider was disabled |
| `disabledBy` `User` The user that disabled this SSO Provider |
| `disabledReason` `String` The reason this SSO Provider was disabled |
| `emailDomain` `String` An email domain whose addresses should be offered this SSO Provider during login. |
| `emailDomainVerificationAddress` `String` |
| `emailDomainVerifiedAt` `DateTime` |
| `enabledAt` `DateTime` The time when this SSO Provider was enabled |
| `enabledBy` `User` The user that enabled this SSO Provider |
| `id` `ID!` |
| `note` `String` An extra message that can be added the Authorization screen of an SSO Provider |
| `organization` `Organization` |
| `pinSessionToIpAddress` `Boolean` Defaults to false. If true, users are required to re-authenticate when their IP address changes. |
| `sessionDurationInHours` `Int` How long a session should last before requiring re-authorization. A `null` value indicates an infinite session. |
| `state` `SSOProviderStates!` The current state of the SSO Provider |
| `testAuthorizationRequired` `Boolean` Whether the SSO Provider requires a test authorization. If true, the provider can not yet be activated. |
| `type` `SSOProviderTypes!` The type of SSO Provider |
| `url` `String!` The authorization URL for this SSO Provider |
| `uuid` `ID!` The UUID for this SSO Provider |



<h2 data-algolia-exclude>Possible types</h2>
<div><a href="/docs/apis/graphql/schemas/object/ssoprovidergithubapp" class="pill pill--object pill--normal-case pill--large" title="Go to OBJECT SSOProviderGitHubApp">
  <code>SSOProviderGitHubApp</code>
</a>
<a href="/docs/apis/graphql/schemas/object/ssoprovidergooglegsuite" class="pill pill--object pill--normal-case pill--large" title="Go to OBJECT SSOProviderGoogleGSuite">
  <code>SSOProviderGoogleGSuite</code>
</a>
<a href="/docs/apis/graphql/schemas/object/ssoprovidersaml" class="pill pill--object pill--normal-case pill--large" title="Go to OBJECT SSOProviderSAML">
  <code>SSOProviderSAML</code>
</a>
</div>
