toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AmbiguousRoleResolutionType.authenticatedRole:
      return 'AuthenticatedRole';
    case AmbiguousRoleResolutionType.deny:
      return 'Deny';
  }
}