Documentation
¶
Index ¶
Constants ¶
View Source
const ( AttributeNameAwsSessionDuration = "https://aws.amazon.com/SAML/Attributes/SessionDuration" AttributeNameAwsRole = "https://aws.amazon.com/SAML/Attributes/Role" )
Variables ¶
This section is empty.
Functions ¶
func GetApplicationMetadataXml ¶ added in v0.0.5
Gets an application's metadata XML for SAML authentication this direct API call is a needed workaround since JumpCloud does not offer this endpoint through its SDK
Types ¶
type UserGroup ¶ added in v0.0.5
type UserGroup struct { // ID uniquely identifies a User Group. ID string `json:"id,omitempty"` // Type is the type of the group. Type string `json:"type,omitempty"` // Display name of a User Group. Name string `json:"name,omitempty"` Attributes jcapiv2.UserGroupPost `json:"attributes,omitempty"` }
UserGroup is like jcapiv2.UserGroup with Attributes
func GroupReadHelperName ¶ added in v0.3.0
Source Files
¶
- config.go
- data_source_gsuite_directory.go
- data_source_ldap_directory.go
- data_source_office365_directory.go
- data_source_user.go
- data_source_user_group.go
- provider.go
- resource_application.go
- resource_user.go
- resource_user_group.go
- resource_user_group_association.go
- resource_user_group_membership.go
- structures_user_group.go
- types.go
- utils.go
Click to show internal directories.
Click to hide internal directories.