Package-level declarations

Types

Link copied to clipboard

This guide provides documents the action and response elements for customer use of the service.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Grants permission to view an existing membership.

Link copied to clipboard

Grants permissions to cancel an existing membership.

Link copied to clipboard
inline suspend fun SecurityIrClient.closeCase(crossinline block: CloseCaseRequest.Builder.() -> Unit): CloseCaseResponse

Grants permission to close an existing case.

Link copied to clipboard
inline suspend fun SecurityIrClient.createCase(crossinline block: CreateCaseRequest.Builder.() -> Unit): CreateCaseResponse

Grants permission to create a new case.

Link copied to clipboard

Grants permission to add a comment to an existing case.

Link copied to clipboard

Grants permissions to create a new membership.

Link copied to clipboard
inline suspend fun SecurityIrClient.getCase(crossinline block: GetCaseRequest.Builder.() -> Unit): GetCaseResponse

Grant permission to view a designated case.

Link copied to clipboard

Grants permission to obtain an Amazon S3 presigned URL to download an attachment.

Link copied to clipboard

Grants permission to upload an attachment to a case.

Link copied to clipboard

Grants permission to get details of a designated service membership.

Link copied to clipboard

Grants permissions to view the aidt log for edits made to a designated case.

Link copied to clipboard
inline suspend fun SecurityIrClient.listCases(crossinline block: ListCasesRequest.Builder.() -> Unit): ListCasesResponse

Grants permission to list all cases the requester has access to.

Link copied to clipboard

Grants permissions to list and view comments for a designated case.

Link copied to clipboard

Grants permission to query the memberships a principal has access to.

Link copied to clipboard

Grants permission to view currently configured tags on a resource.

Link copied to clipboard

Grants permission to add a tag(s) to a designated resource.

Link copied to clipboard

Grants permission to remove a tag(s) from a designate resource.

Link copied to clipboard
inline suspend fun SecurityIrClient.updateCase(crossinline block: UpdateCaseRequest.Builder.() -> Unit): UpdateCaseResponse

Grants permission to update an existing case.

Link copied to clipboard

Grants permission to update an existing case comment.

Link copied to clipboard

Grants permission to update the status for a designated cases. Options include Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed.

Link copied to clipboard

Grants access to UpdateMembership to change membership configuration.

Link copied to clipboard

Grants permission to update the resolver type for a case.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.