Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data StudioMembership = StudioMembership' {}
- newStudioMembership :: StudioMembership
- studioMembership_identityStoreId :: Lens' StudioMembership (Maybe Text)
- studioMembership_persona :: Lens' StudioMembership (Maybe StudioPersona)
- studioMembership_principalId :: Lens' StudioMembership (Maybe Text)
- studioMembership_sid :: Lens' StudioMembership (Maybe Text)
Documentation
data StudioMembership Source #
A studio member is an association of a user from your studio identity source to elevated permissions that they are granted in the studio.
When you add a user to your studio using the Nimble Studio console, they are given access to the studio's IAM Identity Center application and are given access to log in to the Nimble Studio portal. These users have the permissions provided by the studio's user IAM role and do not appear in the studio membership collection. Only studio admins appear in studio membership.
When you add a user to studio membership with the ADMIN persona, upon logging in to the Nimble Studio portal, they are granted permissions specified by the Studio's Admin IAM role.
See: newStudioMembership
smart constructor.
StudioMembership' | |
|
Instances
newStudioMembership :: StudioMembership Source #
Create a value of StudioMembership
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:identityStoreId:StudioMembership'
, studioMembership_identityStoreId
- The ID of the identity store.
$sel:persona:StudioMembership'
, studioMembership_persona
- The persona.
$sel:principalId:StudioMembership'
, studioMembership_principalId
- The principal ID.
$sel:sid:StudioMembership'
, studioMembership_sid
- The Active Directory Security Identifier for this user, if available.
studioMembership_identityStoreId :: Lens' StudioMembership (Maybe Text) Source #
The ID of the identity store.
studioMembership_persona :: Lens' StudioMembership (Maybe StudioPersona) Source #
The persona.
studioMembership_principalId :: Lens' StudioMembership (Maybe Text) Source #
The principal ID.
studioMembership_sid :: Lens' StudioMembership (Maybe Text) Source #
The Active Directory Security Identifier for this user, if available.