Documentation ¶
Index ¶
- func ApplicationFlattenAppRoleIDs(in *[]msgraph.AppRole) map[string]string
- func ApplicationFlattenAppRoles(in *[]msgraph.AppRole) (result []map[string]interface{})
- func ApplicationFlattenOAuth2PermissionScopeIDs(in *[]msgraph.PermissionScope) map[string]string
- func ApplicationFlattenOAuth2PermissionScopes(in *[]msgraph.PermissionScope) (result []map[string]interface{})
- func KeyCredentialForResource(d *schema.ResourceData) (*msgraph.KeyCredential, error)
- func PasswordCredentialForResource(d *schema.ResourceData) (*msgraph.PasswordCredential, error)
- type CredentialError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplicationFlattenOAuth2PermissionScopeIDs ¶
func ApplicationFlattenOAuth2PermissionScopeIDs(in *[]msgraph.PermissionScope) map[string]string
func ApplicationFlattenOAuth2PermissionScopes ¶
func ApplicationFlattenOAuth2PermissionScopes(in *[]msgraph.PermissionScope) (result []map[string]interface{})
func KeyCredentialForResource ¶
func KeyCredentialForResource(d *schema.ResourceData) (*msgraph.KeyCredential, error)
func PasswordCredentialForResource ¶
func PasswordCredentialForResource(d *schema.ResourceData) (*msgraph.PasswordCredential, error)
Types ¶
type CredentialError ¶
type CredentialError struct {
// contains filtered or unexported fields
}
func (CredentialError) Attr ¶
func (e CredentialError) Attr() string
func (CredentialError) Error ¶
func (e CredentialError) Error() string
Click to show internal directories.
Click to hide internal directories.