ArgoCdRoleMapping

A mapping between an Argo CD role and IAM Identity CenterIAM; Identity Center identities. This defines which users or groups have specific permissions in Argo CD.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IAM Identity CenterIAM; Identity Center identities (users or groups) that should be assigned this Argo CD role.

Link copied to clipboard

The Argo CD role to assign. Valid values are:

Functions

Link copied to clipboard
inline fun copy(block: ArgoCdRoleMapping.Builder.() -> Unit = {}): ArgoCdRoleMapping
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String