package
Version:
v0.0.0-...-22b873f
Opens a new window with list of versions in this module.
Published: Mar 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const AccessReviewEndpoint = "/api/authorizations/v1/access_review"
AccessReviewEndpoint is the AMS access review endpoint.
type AccessReview struct {
Action string `json:"action"`
AccountUsername string `json:"account_username"`
OrganizationID string `json:"organization_id"`
ResourceType string `json:"resource_type"`
}
AccessReview models the struct expected by the AMS access review endpoint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.