C# Class TTC.Deployment.Tests.AmazonIdentityManagementServiceClientExtensions

Afficher le fichier Open project: travcorp/aws-tools

Méthodes publiques

Méthode Description
CreateRoleToAssume ( this client, User user ) : Role
DeleteRole ( this client, string roleName ) : void
DeleteUser ( this client, string userName ) : void
IgnoringNoSuchEntity ( System.Action action ) : void

Private Methods

Méthode Description
GetAWSAccountIdFromArn ( User user ) : string

Method Details

CreateRoleToAssume() public static méthode

public static CreateRoleToAssume ( this client, User user ) : Role
client this
user Amazon.IdentityManagement.Model.User
Résultat Amazon.IdentityManagement.Model.Role

DeleteRole() public static méthode

public static DeleteRole ( this client, string roleName ) : void
client this
roleName string
Résultat void

DeleteUser() public static méthode

public static DeleteUser ( this client, string userName ) : void
client this
userName string
Résultat void

IgnoringNoSuchEntity() public static méthode

public static IgnoringNoSuchEntity ( System.Action action ) : void
action System.Action
Résultat void