object OrgEnableSamlAuditEntry
- Source
- Client.scala
- Alphabetic
- By Inheritance
- OrgEnableSamlAuditEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def action: SelectionBuilder[OrgEnableSamlAuditEntry, String]
The action name
- def actor[A](onBot: SelectionBuilder[Bot, A], onOrganization: SelectionBuilder[Organization, A], onUser: SelectionBuilder[User, A]): SelectionBuilder[OrgEnableSamlAuditEntry, Option[A]]
The user who initiated the action
- def actorIp: SelectionBuilder[OrgEnableSamlAuditEntry, Option[String]]
The IP address of the actor
- def actorLocation[A](innerSelection: SelectionBuilder[ActorLocation, A]): SelectionBuilder[OrgEnableSamlAuditEntry, Option[A]]
A readable representation of the actor's location
- def actorLogin: SelectionBuilder[OrgEnableSamlAuditEntry, Option[String]]
The username of the user who initiated the action
- def actorResourcePath: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The HTTP path for the actor.
- def actorUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The HTTP URL for the actor.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createdAt: SelectionBuilder[OrgEnableSamlAuditEntry, PreciseDateTime]
The time the action was initiated
- def digestMethodUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The SAML provider's digest algorithm URL.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[OrgEnableSamlAuditEntry, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def issuerUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The SAML provider's issuer URL.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def operationType: SelectionBuilder[OrgEnableSamlAuditEntry, Option[OperationType]]
The corresponding operation type for the action
- def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[OrgEnableSamlAuditEntry, Option[A]]
The Organization associated with the Audit Entry.
- def organizationName: SelectionBuilder[OrgEnableSamlAuditEntry, Option[String]]
The name of the Organization.
- def organizationResourcePath: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The HTTP path for the organization
- def organizationUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The HTTP URL for the organization
- def signatureMethodUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The SAML provider's signature algorithm URL.
- def singleSignOnUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The SAML provider's single sign-on URL.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def user[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[OrgEnableSamlAuditEntry, Option[A]]
The user affected by the action
- def userLogin: SelectionBuilder[OrgEnableSamlAuditEntry, Option[String]]
For actions involving two users, the actor is the initiator and the user is the affected user.
- def userResourcePath: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The HTTP path for the user.
- def userUrl: SelectionBuilder[OrgEnableSamlAuditEntry, Option[URI]]
The HTTP URL for the user.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: